Class: Aws::CleanRooms::Types::ListConfiguredAudienceModelAssociationsOutput

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_association_summariesArray<Types::ConfiguredAudienceModelAssociationSummary>

Summaries of the configured audience model associations that you requested.



4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4931

class ListConfiguredAudienceModelAssociationsOutput < Struct.new(
  :configured_audience_model_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value provided to access the next page of results.

Returns:

  • (String)


4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4931

class ListConfiguredAudienceModelAssociationsOutput < Struct.new(
  :configured_audience_model_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end