Class: Aws::CleanRoomsML::Types::ListAudienceExportJobsResponse

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_export_jobsArray<Types::AudienceExportJobSummary>

The audience export jobs that match the request.



1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1253

class ListAudienceExportJobsResponse < Struct.new(
  :audience_export_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)


1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1253

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