Class: Aws::CleanRooms::Types::ConfiguredAudienceModelAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredAudienceModelAssociation
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Details about the configured audience model association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model association.
-
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.
-
#collaboration_id ⇒ String
A unique identifier of the collaboration that contains this configured audience model association.
-
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
-
#create_time ⇒ Time
The time at which the configured audience model association was created.
-
#description ⇒ String
The description of the configured audience model association.
-
#id ⇒ String
A unique identifier of the configured audience model association.
-
#manage_resource_policies ⇒ Boolean
When
TRUE, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. -
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.
-
#membership_id ⇒ String
A unique identifier for the membership that contains this configured audience model association.
-
#name ⇒ String
The name of the configured audience model association.
-
#update_time ⇒ Time
The most recent time at which the configured audience model association was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
A unique identifier of the collaboration that contains this configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the configured audience model association was created.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier of the configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#manage_resource_policies ⇒ Boolean
When TRUE, indicates that the resource policy for the configured
audience model resource being associated is configured for Clean
Rooms to manage permissions related to the given collaboration. When
FALSE, indicates that the configured audience model resource owner
will manage permissions related to the given collaboration.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
A unique identifier for the membership that contains this configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configured audience model association.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the configured audience model association was updated.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2468 class ConfiguredAudienceModelAssociation < Struct.new( :id, :arn, :configured_audience_model_arn, :membership_id, :membership_arn, :collaboration_id, :collaboration_arn, :name, :manage_resource_policies, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |