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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


5595
5596
5597
5598
5599
5600
5601
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5595

class UpdateConfiguredTableInput < Struct.new(
  :configured_table_identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A new description for the configured table.

Returns:

  • (String)


5595
5596
5597
5598
5599
5600
5601
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5595

class UpdateConfiguredTableInput < Struct.new(
  :configured_table_identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the configured table.

Returns:

  • (String)


5595
5596
5597
5598
5599
5600
5601
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5595

class UpdateConfiguredTableInput < Struct.new(
  :configured_table_identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end