Class: Aws::CleanRooms::Types::UpdateConfiguredTableAssociationInput

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_association_identifierString

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

Returns:

  • (String)


5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5559

class UpdateConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A new description for the configured table association.

Returns:

  • (String)


5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5559

class UpdateConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The unique ID for the membership that the configured table association belongs to.

Returns:

  • (String)


5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5559

class UpdateConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The service will assume this role to access catalog metadata and query the table.

Returns:

  • (String)


5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5559

class UpdateConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier,
  :description,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end