Class: Aws::CleanRoomsML::Types::ListAudienceModelsResponse

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

#audience_modelsArray<Types::AudienceModelSummary>

The audience models that match the request.

Returns:



1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1338

class ListAudienceModelsResponse < Struct.new(
  :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)


1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1338

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