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.



4706
4707
4708
4709
4710
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4706

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