class Aws::BedrockAgent::Client
def list_agents(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_agents(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/ListAgents - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListAgentsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) -- -
:max_results
(Integer
) --
def list_agents(params = {}, options = {}) req = build_request(:list_agents, params) req.send_request(options) end