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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



4905
4906
4907
4908
4909
4910
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4905

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


4905
4906
4907
4908
4909
4910
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4905

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