Class: Aws::Personalize::Types::ListDataDeletionJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_deletion_jobsArray<Types::DataDeletionJobSummary>

The list of data deletion jobs.

Returns:



4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4030

class ListDataDeletionJobsResponse < Struct.new(
  :data_deletion_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of data deletion jobs (if they exist).

Returns:

  • (String)


4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4030

class ListDataDeletionJobsResponse < Struct.new(
  :data_deletion_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end