Class: Aws::CleanRoomsML::Types::ListAudienceGenerationJobsRequest

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

#collaboration_idString

The identifier of the collaboration that contains the audience generation jobs that you are interested in.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1282

class ListAudienceGenerationJobsRequest < Struct.new(
  :collaboration_id,
  :configured_audience_model_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#configured_audience_model_arnString

The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1282

class ListAudienceGenerationJobsRequest < Struct.new(
  :collaboration_id,
  :configured_audience_model_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


1282
1283
1284
1285
1286
1287
1288
1289
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1282

class ListAudienceGenerationJobsRequest < Struct.new(
  :collaboration_id,
  :configured_audience_model_arn,
  :max_results,
  :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)


1282
1283
1284
1285
1286
1287
1288
1289
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1282

class ListAudienceGenerationJobsRequest < Struct.new(
  :collaboration_id,
  :configured_audience_model_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end