Class: Aws::CleanRooms::Types::UpdateConfiguredTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_identifier ⇒ String
The identifier for the configured table to update.
-
#description ⇒ String
A new description for the configured table.
-
#name ⇒ String
A new name for the configured table.
Instance Attribute Details
#configured_table_identifier ⇒ String
The identifier for the configured table to update. Currently accepts the configured table ID.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7502 class UpdateConfiguredTableInput < Struct.new( :configured_table_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for the configured table.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7502 class UpdateConfiguredTableInput < Struct.new( :configured_table_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the configured table.
7502 7503 7504 7505 7506 7507 7508 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7502 class UpdateConfiguredTableInput < Struct.new( :configured_table_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |