Class: Aws::CleanRoomsML::Types::ListConfiguredAudienceModelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_audience_modelsArray<Types::ConfiguredAudienceModelSummary>

The configured audience models.



1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1374

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1374

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