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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



2998
2999
3000
3001
3002
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2998

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