Class: Aws::Types::DatasetImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetImportJobSummary
- 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_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
-
#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.
525 526 527 |
# File 'sig/types.rbs', line 525 def creation_date_time @creation_date_time end |
#dataset_import_job_arn ⇒ ::String
Returns the value of attribute dataset_import_job_arn.
522 523 524 |
# File 'sig/types.rbs', line 522 def dataset_import_job_arn @dataset_import_job_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
527 528 529 |
# File 'sig/types.rbs', line 527 def failure_reason @failure_reason end |
#import_mode ⇒ "FULL", "INCREMENTAL"
Returns the value of attribute import_mode.
528 529 530 |
# File 'sig/types.rbs', line 528 def import_mode @import_mode end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
526 527 528 |
# File 'sig/types.rbs', line 526 def last_updated_date_time @last_updated_date_time end |
#status ⇒ ::String
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |