Class: Aws::Personalize::Types::ListDataDeletionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDataDeletionJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
-
#max_results ⇒ Integer
The maximum number of data deletion jobs to return.
-
#next_token ⇒ String
A token returned from the previous call to ‘ListDataDeletionJobs` for getting the next set of jobs (if they exist).
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-personalize/types.rb', line 4011 class ListDataDeletionJobsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data deletion jobs to return.
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-personalize/types.rb', line 4011 class ListDataDeletionJobsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from the previous call to ‘ListDataDeletionJobs` for getting the next set of jobs (if they exist).
4011 4012 4013 4014 4015 4016 4017 |
# File 'lib/aws-sdk-personalize/types.rb', line 4011 class ListDataDeletionJobsRequest < Struct.new( :dataset_group_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |