Class: Aws::CleanRooms::Types::ListIntermediateTableVersionsOutput

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_version_summariesArray<Types::IntermediateTableVersionSummary>

The list of intermediate table version summaries.



7923
7924
7925
7926
7927
7928
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7923

class ListIntermediateTableVersionsOutput < Struct.new(
  :intermediate_table_version_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)


7923
7924
7925
7926
7927
7928
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7923

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