Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableAssociationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The entire configured table association object.
Instance Attribute Details
#configured_table_association ⇒ Types::ConfiguredTableAssociation
The entire configured table association object.
4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4601 class GetConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |