Class: Aws::CleanRooms::Types::GetIntermediateTableInput

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

#intermediate_table_identifierString

The unique identifier of the intermediate table to retrieve.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5376

class GetIntermediateTableInput < Struct.new(
  :intermediate_table_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique identifier of the membership that contains the intermediate table.

Returns:

  • (String)


5376
5377
5378
5379
5380
5381
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5376

class GetIntermediateTableInput < Struct.new(
  :intermediate_table_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end