Class: Aws::CleanRooms::Types::GetConfiguredAudienceModelAssociationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_audience_model_associationTypes::ConfiguredAudienceModelAssociation

Information about the configured audience model association that you requested.



3759
3760
3761
3762
3763
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3759

class GetConfiguredAudienceModelAssociationOutput < Struct.new(
  :configured_audience_model_association)
  SENSITIVE = []
  include Aws::Structure
end