Class: Aws::WellArchitected::Types::ListAgentProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListAgentProfilesResponse
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::AgentProfileSummary>
A list of profile summaries.
-
#next_token ⇒ String
A pagination token to retrieve the next set of results, if available.
Instance Attribute Details
#items ⇒ Array<Types::AgentProfileSummary>
A list of profile summaries.
4706 4707 4708 4709 4710 4711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706 class ListAgentProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to retrieve the next set of results, if available.
4706 4707 4708 4709 4710 4711 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4706 class ListAgentProfilesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |