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