Class: Aws::Personalize::Types::ListDataDeletionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDataDeletionJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_deletion_jobs ⇒ Array<Types::DataDeletionJobSummary>
The list of data deletion jobs.
-
#next_token ⇒ String
A token for getting the next set of data deletion jobs (if they exist).
Instance Attribute Details
#data_deletion_jobs ⇒ Array<Types::DataDeletionJobSummary>
The list of data deletion jobs.
4030 4031 4032 4033 4034 4035 |
# File 'lib/aws-sdk-personalize/types.rb', line 4030 class ListDataDeletionJobsResponse < Struct.new( :data_deletion_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of data deletion jobs (if they exist).
4030 4031 4032 4033 4034 4035 |
# File 'lib/aws-sdk-personalize/types.rb', line 4030 class ListDataDeletionJobsResponse < Struct.new( :data_deletion_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |