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

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

The audience export jobs that match the request.



3817
3818
3819
3820
3821
3822
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3817

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

#next_tokenString

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



3817
3818
3819
3820
3821
3822
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3817

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