Class: Aws::CleanRoomsML::Types::ListAudienceGenerationJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_generation_jobsArray<Types::AudienceGenerationJobSummary>

The audience generation jobs that match the request.



3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3533

class ListAudienceGenerationJobsResponse < Struct.new(
  :next_token,
  :audience_generation_jobs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3533

class ListAudienceGenerationJobsResponse < Struct.new(
  :next_token,
  :audience_generation_jobs)
  SENSITIVE = []
  include Aws::Structure
end