Class: Aws::Types::ImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
-
#import_destination ⇒ Types::ImportDestination
Returns the value of attribute import_destination.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
-
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def end |
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def failed_records_count @failed_records_count end |
#import_destination ⇒ Types::ImportDestination
Returns the value of attribute import_destination.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def import_destination @import_destination end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def job_id @job_id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def job_status @job_status end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def processed_records_count @processed_records_count end |