Class: Aws::Personalize::Types::DataDeletionJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DataDeletionJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Provides a summary of the properties of a data deletion job. For a complete listing, call the [DescribeDataDeletionJob] API operation.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataDeletionJob.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the data deletion job.
-
#data_deletion_job_arn ⇒ String
The Amazon Resource Name (ARN) of the data deletion job.
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
-
#failure_reason ⇒ String
If a data deletion job fails, provides the reason why.
-
#job_name ⇒ String
The name of the data deletion job.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) the data deletion job was last updated.
-
#status ⇒ String
The status of the data deletion job.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the data deletion job.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#data_deletion_job_arn ⇒ String
The Amazon Resource Name (ARN) of the data deletion job.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If a data deletion job fails, provides the reason why.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the data deletion job.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) the data deletion job was last updated.
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data deletion job.
A data deletion job can have one of the following statuses:
-
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
^
1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 |
# File 'lib/aws-sdk-personalize/types.rb', line 1951 class DataDeletionJobSummary < Struct.new( :data_deletion_job_arn, :dataset_group_arn, :job_name, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |