Class: Aws::Types::DatasetExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetExportJobSummary
- 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.
-
#dataset_export_job_arn ⇒ ::String
Returns the value of attribute dataset_export_job_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.
476 477 478 |
# File 'sig/types.rbs', line 476 def creation_date_time @creation_date_time end |
#dataset_export_job_arn ⇒ ::String
Returns the value of attribute dataset_export_job_arn.
473 474 475 |
# File 'sig/types.rbs', line 473 def dataset_export_job_arn @dataset_export_job_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
478 479 480 |
# File 'sig/types.rbs', line 478 def failure_reason @failure_reason end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
474 475 476 |
# File 'sig/types.rbs', line 474 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
477 478 479 |
# File 'sig/types.rbs', line 477 def last_updated_date_time @last_updated_date_time end |
#status ⇒ ::String
Returns the value of attribute status.
475 476 477 |
# File 'sig/types.rbs', line 475 def status @status end |