Class: Aws::WellArchitected::Types::ListLensesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListLensesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Output of a list lenses call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_summaries ⇒ Array<Types::LensSummary>
List of lens summaries of available lenses.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#lens_summaries ⇒ Array<Types::LensSummary>
List of lens summaries of available lenses.
3655 3656 3657 3658 3659 3660 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3655 class ListLensesOutput < Struct.new( :lens_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3655 3656 3657 3658 3659 3660 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3655 class ListLensesOutput < Struct.new( :lens_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |