Class: Aws::CleanRooms::Types::UpdateConfiguredTableInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_identifierString

The identifier for the configured table to update. Currently accepts the configured table ID.

Returns:

  • (String)


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

#descriptionString

A new description for the configured table.

Returns:

  • (String)


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

#nameString

A new name for the configured table.

Returns:

  • (String)


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