Class: Aws::WellArchitected::Types::ListProfileSharesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListProfileSharesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#profile_share_summaries ⇒ Array<Types::ProfileShareSummary>
Profile share summaries.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results.
3844 3845 3846 3847 3848 3849 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3844 class ListProfileSharesOutput < Struct.new( :profile_share_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#profile_share_summaries ⇒ Array<Types::ProfileShareSummary>
Profile share summaries.
3844 3845 3846 3847 3848 3849 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3844 class ListProfileSharesOutput < Struct.new( :profile_share_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |