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)


7629
7630
7631
7632
7633
7634
7635
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7629

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

#descriptionString

A new description for the configured table.

Returns:

  • (String)


7629
7630
7631
7632
7633
7634
7635
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7629

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

#nameString

A new name for the configured table.

Returns:

  • (String)


7629
7630
7631
7632
7633
7634
7635
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7629

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