Class: Aws::CleanRooms::Types::ListIntermediateTablesOutput

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

#intermediate_table_summariesArray<Types::IntermediateTableSummary>

The list of intermediate table summaries.

Returns:



7966
7967
7968
7969
7970
7971
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7966

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

#next_tokenString

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

Returns:



7966
7967
7968
7969
7970
7971
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7966

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