Class: Aws::CleanRooms::Types::GetConfiguredAudienceModelAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredAudienceModelAssociationOutput
- 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
Information about the configured audience model association that you requested.
Instance Attribute Details
#configured_audience_model_association ⇒ Types::ConfiguredAudienceModelAssociation
Information about the configured audience model association that you requested.
3759 3760 3761 3762 3763 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3759 class GetConfiguredAudienceModelAssociationOutput < Struct.new( :configured_audience_model_association) SENSITIVE = [] include Aws::Structure end |