Class: Aws::Personalize::Types::ListDatasetExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetExportJobsResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_export_jobs ⇒ Array<Types::DatasetExportJobSummary>
The list of dataset export jobs.
-
#next_token ⇒ String
A token for getting the next set of dataset export jobs (if they exist).
Instance Attribute Details
#dataset_export_jobs ⇒ Array<Types::DatasetExportJobSummary>
The list of dataset export jobs.
4072 4073 4074 4075 4076 4077 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4072 class ListDatasetExportJobsResponse < Struct.new( :dataset_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of dataset export jobs (if they exist).
4072 4073 4074 4075 4076 4077 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4072 class ListDatasetExportJobsResponse < Struct.new( :dataset_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |