Class: Aws::CleanRoomsML::Types::ListAudienceExportJobsRequest

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_generation_job_arnString

The Amazon Resource Name (ARN) of the audience generation job that you are interested in.

Returns:

  • (String)


1234
1235
1236
1237
1238
1239
1240
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1234

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


1234
1235
1236
1237
1238
1239
1240
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1234

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


1234
1235
1236
1237
1238
1239
1240
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1234

class ListAudienceExportJobsRequest < Struct.new(
  :audience_generation_job_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end