Class: Aws::BedrockAgentCoreControl::Types::ListBrowsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListBrowsersRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
-
#type ⇒ String
The type of browsers to list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. The default value is 10. The maximum value is 50.
10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10105 class ListBrowsersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10105 class ListBrowsersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of browsers to list. If not specified, all browser types are returned.
10105 10106 10107 10108 10109 10110 10111 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10105 class ListBrowsersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |