Class: Aws::WellArchitected::Types::ListLensesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Output of a list lenses call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_summariesArray<Types::LensSummary>

List of lens summaries of available lenses.

Returns:



3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3655

class ListLensesOutput < Struct.new(
  :lens_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3655
3656
3657
3658
3659
3660
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3655

class ListLensesOutput < Struct.new(
  :lens_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end