Class: Aws::CleanRoomsML::Types::ListAudienceGenerationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListAudienceGenerationJobsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_generation_jobs ⇒ Array<Types::AudienceGenerationJobSummary>
The audience generation jobs that match the request.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#audience_generation_jobs ⇒ Array<Types::AudienceGenerationJobSummary>
The audience generation jobs that match the request.
3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3917 class ListAudienceGenerationJobsResponse < Struct.new( :next_token, :audience_generation_jobs) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
3917 3918 3919 3920 3921 3922 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3917 class ListAudienceGenerationJobsResponse < Struct.new( :next_token, :audience_generation_jobs) SENSITIVE = [] include Aws::Structure end |