Class: Aws::CleanRoomsML::Types::ListAudienceExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListAudienceExportJobsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_export_jobs ⇒ Array<Types::AudienceExportJobSummary>
The audience export jobs that match the request.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#audience_export_jobs ⇒ Array<Types::AudienceExportJobSummary>
The audience export jobs that match the request.
3869 3870 3871 3872 3873 3874 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3869 class ListAudienceExportJobsResponse < Struct.new( :next_token, :audience_export_jobs) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
3869 3870 3871 3872 3873 3874 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3869 class ListAudienceExportJobsResponse < Struct.new( :next_token, :audience_export_jobs) SENSITIVE = [] include Aws::Structure end |