Class: Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_audience_model_association_identifier ⇒ String
A unique identifier for the configured audience model association that you want to update.
-
#description ⇒ String
A new description for the configured audience model association.
-
#membership_identifier ⇒ String
A unique identifier of the membership that contains the configured audience model association that you want to update.
-
#name ⇒ String
A new name for the configured audience model association.
Instance Attribute Details
#configured_audience_model_association_identifier ⇒ String
A unique identifier for the configured audience model association that you want to update.
8729 8730 8731 8732 8733 8734 8735 8736 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8729 class UpdateConfiguredAudienceModelAssociationInput < Struct.new( :configured_audience_model_association_identifier, :membership_identifier, :description, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for the configured audience model association.
8729 8730 8731 8732 8733 8734 8735 8736 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8729 class UpdateConfiguredAudienceModelAssociationInput < Struct.new( :configured_audience_model_association_identifier, :membership_identifier, :description, :name) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier of the membership that contains the configured audience model association that you want to update.
8729 8730 8731 8732 8733 8734 8735 8736 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8729 class UpdateConfiguredAudienceModelAssociationInput < Struct.new( :configured_audience_model_association_identifier, :membership_identifier, :description, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the configured audience model association.
8729 8730 8731 8732 8733 8734 8735 8736 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8729 class UpdateConfiguredAudienceModelAssociationInput < Struct.new( :configured_audience_model_association_identifier, :membership_identifier, :description, :name) SENSITIVE = [] include Aws::Structure end |