Class: Aws::CleanRooms::Types::CreateConfiguredTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table ⇒ Types::ConfiguredTable
The created configured table.
Instance Attribute Details
#configured_table ⇒ Types::ConfiguredTable
The created configured table.
2760 2761 2762 2763 2764 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2760 class CreateConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |