Class: Aws::CleanRooms::Types::UpdateIntermediateTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIntermediateTableInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<Types::IntermediateTableColumn>
The list of columns with updated type definitions.
-
#description ⇒ String
A new description for the intermediate table.
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to update.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
Instance Attribute Details
#columns ⇒ Array<Types::IntermediateTableColumn>
The list of columns with updated type definitions. Only the type of existing columns can be updated.
11505 11506 11507 11508 11509 11510 11511 11512 11513 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11505 class UpdateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :description, :kms_key_arn, :columns) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for the intermediate table.
11505 11506 11507 11508 11509 11510 11511 11512 11513 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11505 class UpdateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :description, :kms_key_arn, :columns) SENSITIVE = [] include Aws::Structure end |
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to update.
11505 11506 11507 11508 11509 11510 11511 11512 11513 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11505 class UpdateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :description, :kms_key_arn, :columns) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.
11505 11506 11507 11508 11509 11510 11511 11512 11513 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11505 class UpdateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :description, :kms_key_arn, :columns) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
11505 11506 11507 11508 11509 11510 11511 11512 11513 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11505 class UpdateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :description, :kms_key_arn, :columns) SENSITIVE = [] include Aws::Structure end |