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.
2747 2748 2749 2750 2751 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2747 class CreateConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |