Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableAssociationOutput
- Includes:
- Structure
- Defined in:
- 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.
3860 3861 3862 3863 3864 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3860 class GetConfiguredTableAssociationOutput < Struct.new( :configured_table_association) SENSITIVE = [] include Aws::Structure end |