Class: Aws::WellArchitected::Types::ListLensSharesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListLensSharesOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_share_summaries ⇒ Array<Types::LensShareSummary>
A list of lens share summaries.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#lens_share_summaries ⇒ Array<Types::LensShareSummary>
A list of lens share summaries.
2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2785 class ListLensSharesOutput < Struct.new( :lens_share_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2785 class ListLensSharesOutput < Struct.new( :lens_share_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |