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.
4196 4197 4198 4199 4200 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4196 class GetConfiguredAudienceModelAssociationOutput < Struct.new( :configured_audience_model_association) SENSITIVE = [] include Aws::Structure end |