Class: Aws::Types::DataDeletionJob
- Inherits:
-
Object
- Object
- Aws::Types::DataDeletionJob
- 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.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#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.
-
#num_deleted ⇒ ::Integer
Returns the value of attribute num_deleted.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
417 418 419 |
# File 'sig/types.rbs', line 417 def creation_date_time @creation_date_time end |
#data_deletion_job_arn ⇒ ::String
Returns the value of attribute data_deletion_job_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def data_deletion_job_arn @data_deletion_job_arn end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
413 414 415 |
# File 'sig/types.rbs', line 413 def data_source @data_source end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
412 413 414 |
# File 'sig/types.rbs', line 412 def dataset_group_arn @dataset_group_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
419 420 421 |
# File 'sig/types.rbs', line 419 def failure_reason @failure_reason end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
410 411 412 |
# File 'sig/types.rbs', line 410 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
418 419 420 |
# File 'sig/types.rbs', line 418 def last_updated_date_time @last_updated_date_time end |
#num_deleted ⇒ ::Integer
Returns the value of attribute num_deleted.
416 417 418 |
# File 'sig/types.rbs', line 416 def num_deleted @num_deleted end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
414 415 416 |
# File 'sig/types.rbs', line 414 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
415 416 417 |
# File 'sig/types.rbs', line 415 def status @status end |