Class: Aws::CleanRooms::Types::GetIntermediateTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIntermediateTableInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to retrieve.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
Instance Attribute Details
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to retrieve.
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_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
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 |