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)


3898
3899
3900
3901
3902
3903
3904
3905
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3898

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


3898
3899
3900
3901
3902
3903
3904
3905
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3898

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

#max_resultsInteger

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

Returns:

  • (Integer)


3898
3899
3900
3901
3902
3903
3904
3905
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3898

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

#next_tokenString

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

Returns:

  • (String)


3898
3899
3900
3901
3902
3903
3904
3905
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3898

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