Class: Aws::CleanRooms::Types::ListConfiguredTableAssociationsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_association_summariesArray<Types::ConfiguredTableAssociationSummary>

The retrieved list of configured table associations.



5002
5003
5004
5005
5006
5007
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5002

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

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5002

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