Class: Aws::WellArchitected::Types::ListLensSharesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_share_summariesArray<Types::LensShareSummary>

A list of lens share summaries.

Returns:



3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3453

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

#next_tokenString

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

Returns:

  • (String)


3453
3454
3455
3456
3457
3458
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3453

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