Class: Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredAudienceModelAssociationOutput
- 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 ⇒ Types::ConfiguredAudienceModelAssociation
Details about the configured audience model association that you updated.
Instance Attribute Details
#configured_audience_model_association ⇒ Types::ConfiguredAudienceModelAssociation
Details about the configured audience model association that you updated.
8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8674 class UpdateConfiguredAudienceModelAssociationOutput < Struct.new( :configured_audience_model_association) SENSITIVE = [] include Aws::Structure end |