Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableAssociationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association to retrieve.
-
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to.
Instance Attribute Details
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.
3847 3848 3849 3850 3851 3852 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3847 class GetConfiguredTableAssociationInput < Struct.new( :configured_table_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
3847 3848 3849 3850 3851 3852 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3847 class GetConfiguredTableAssociationInput < Struct.new( :configured_table_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |