Class: Aws::Personalize::Types::ListDatasetExportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetExportJobsRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
-
#max_results ⇒ Integer
The maximum number of dataset export jobs to return.
-
#next_token ⇒ String
A token returned from the previous call to
ListDatasetExportJobs
for getting the next set of dataset export jobs (if they exist).
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
4096 4097 4098 4099 4100 4101 4102 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4096 class ListDatasetExportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of dataset export jobs to return.
4096 4097 4098 4099 4100 4101 4102 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4096 class ListDatasetExportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ListDatasetExportJobs
for getting the next set of dataset export jobs (if they exist).
4096 4097 4098 4099 4100 4101 4102 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4096 class ListDatasetExportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |