Class: Aws::Types::DataDeletionJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataDeletionJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#data_deletion_job_arn ⇒ ::String
Returns the value of attribute data_deletion_job_arn.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
428 429 430 |
# File 'sig/types.rbs', line 428 def creation_date_time @creation_date_time end |
#data_deletion_job_arn ⇒ ::String
Returns the value of attribute data_deletion_job_arn.
424 425 426 |
# File 'sig/types.rbs', line 424 def data_deletion_job_arn @data_deletion_job_arn end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
425 426 427 |
# File 'sig/types.rbs', line 425 def dataset_group_arn @dataset_group_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
430 431 432 |
# File 'sig/types.rbs', line 430 def failure_reason @failure_reason end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
429 430 431 |
# File 'sig/types.rbs', line 429 def last_updated_date_time @last_updated_date_time end |
#status ⇒ ::String
Returns the value of attribute status.
427 428 429 |
# File 'sig/types.rbs', line 427 def status @status end |