Class: Aws::Personalize::Types::CreateDataDeletionJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_deletion_job_arnString

The Amazon Resource Name (ARN) of the data deletion job.

Returns:

  • (String)


1143
1144
1145
1146
1147
# File 'lib/aws-sdk-personalize/types.rb', line 1143

class CreateDataDeletionJobResponse < Struct.new(
  :data_deletion_job_arn)
  SENSITIVE = []
  include Aws::Structure
end