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

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_jobsArray<Types::AudienceGenerationJobSummary>

The audience generation jobs that match the request.



1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1302

class ListAudienceGenerationJobsResponse < Struct.new(
  :audience_generation_jobs,
  :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)


1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1302

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