Class: Aws::BedrockAgentCoreControl::Types::ListBrowserProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListBrowserProfilesResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next page of results.
-
#profile_summaries ⇒ Array<Types::BrowserProfileSummary>
The list of browser profile summaries.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next page of results.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9883 class ListBrowserProfilesResponse < Struct.new( :profile_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#profile_summaries ⇒ Array<Types::BrowserProfileSummary>
The list of browser profile summaries.
9883 9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9883 class ListBrowserProfilesResponse < Struct.new( :profile_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |