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.



3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3487

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)


3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3487

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