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.
7516 7517 7518 7519 7520 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7516 class UpdateConfiguredTableOutput < Struct.new( :configured_table) SENSITIVE = [] include Aws::Structure end |