Class: Aws::Personalize::Types::ListDatasetImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetImportJobsRequest
- 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 import jobs for.
-
#max_results ⇒ Integer
The maximum number of dataset import jobs to return.
-
#next_token ⇒ String
A token returned from the previous call to
ListDatasetImportJobs
for getting the next set of dataset import jobs (if they exist).
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4130 class ListDatasetImportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of dataset import jobs to return.
4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4130 class ListDatasetImportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ListDatasetImportJobs
for getting the next set of dataset import jobs (if they exist).
4130 4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4130 class ListDatasetImportJobsRequest < Struct.new( :dataset_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |