Class: Aws::CleanRooms::Types::CreateConfiguredAudienceModelAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredAudienceModelAssociationOutput
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#configured_audience_model_association ⇒ Types::ConfiguredAudienceModelAssociation
Information about the configured audience model association.
2570 2571 2572 2573 2574 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2570 class CreateConfiguredAudienceModelAssociationOutput < Struct.new( :configured_audience_model_association) SENSITIVE = [] include Aws::Structure end |