Class: Aws::CleanRooms::Types::ConfiguredTableAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredTableAssociationSummary
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The configured table association summary for the objects listed by the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_types ⇒ Array<String>
The analysis rule types that are associated with the configured table associations in this summary.
-
#arn ⇒ String
The unique ARN for the configured table association.
-
#configured_table_id ⇒ String
The unique configured table ID that this configured table association refers to.
-
#create_time ⇒ Time
The time the configured table association was created.
-
#id ⇒ String
The unique ID for the configured table association.
-
#membership_arn ⇒ String
The unique ARN for the membership that the configured table association belongs to.
-
#membership_id ⇒ String
The unique ID for the membership that the configured table association belongs to.
-
#name ⇒ String
The name of the configured table association.
-
#update_time ⇒ Time
The time the configured table association was last updated.
Instance Attribute Details
#analysis_rule_types ⇒ Array<String>
The analysis rule types that are associated with the configured table associations in this summary.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The unique ARN for the configured table association.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#configured_table_id ⇒ String
The unique configured table ID that this configured table association refers to.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time the configured table association was created.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the configured table association.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The unique ARN for the membership that the configured table association belongs to.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique ID for the membership that the configured table association belongs to.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the configured table association was last updated.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2482 class ConfiguredTableAssociationSummary < Struct.new( :configured_table_id, :membership_id, :membership_arn, :name, :create_time, :update_time, :id, :arn, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |