Class: Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationInput
- Includes:
- Structure
- Defined in:
- 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.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7343 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.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7343 class UpdateConfiguredAudienceModelAssociationInput < Struct.new( :configured_audience_model_association_identifier, :membership_identifier, :description, :name) SENSITIVE = [] include Aws::Structure end |