Class: Aws::BedrockAgentCoreControl::Types::ListBrowserProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListBrowserProfilesRequest
- 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 the response.
-
#name ⇒ String
The name of the browser profile to filter results by.
-
#next_token ⇒ String
A token to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
9865 9866 9867 9868 9869 9870 9871 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865 class ListBrowserProfilesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the browser profile to filter results by.
9865 9866 9867 9868 9869 9870 9871 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865 class ListBrowserProfilesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next page of results.
9865 9866 9867 9868 9869 9870 9871 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865 class ListBrowserProfilesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |