Class: Aws::WellArchitected::Types::ListProfileSharesOutput

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

#next_tokenString

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

Returns:

  • (String)


3844
3845
3846
3847
3848
3849
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3844

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

#profile_share_summariesArray<Types::ProfileShareSummary>

Profile share summaries.

Returns:



3844
3845
3846
3847
3848
3849
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3844

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