Class: Aws::CleanRoomsML::Types::ListAudienceGenerationJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListAudienceGenerationJobsRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_id ⇒ String
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
-
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
-
#max_results ⇒ Integer
The maximum size of the results that is returned per call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#collaboration_id ⇒ String
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
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_results ⇒ Integer
The maximum size of the results that is returned per call.
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_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
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 |