Class: Aws::CleanRooms::Types::UpdateConfiguredTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableOutput
- Includes:
- Structure
- Defined in:
- 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.
9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9590 class UpdateConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |