Class: Aws::CleanRooms::Types::UpdateConfiguredTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableOutput
- 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 updated configured table.
Instance Attribute Details
#configured_table ⇒ Types::ConfiguredTable
The updated configured table.
7643 7644 7645 7646 7647 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7643 class UpdateConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |