Class: Aws::Types::GetImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
-
#failure_info ⇒ Types::FailureInfo
Returns the value of attribute failure_info.
-
#import_data_source ⇒ Types::ImportDataSource
Returns the value of attribute import_data_source.
-
#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
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
970 971 972 |
# File 'sig/types.rbs', line 970 def @completed_timestamp end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
969 970 971 |
# File 'sig/types.rbs', line 969 def @created_timestamp end |
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
972 973 974 |
# File 'sig/types.rbs', line 972 def failed_records_count @failed_records_count end |
#failure_info ⇒ Types::FailureInfo
Returns the value of attribute failure_info.
967 968 969 |
# File 'sig/types.rbs', line 967 def failure_info @failure_info end |
#import_data_source ⇒ Types::ImportDataSource
Returns the value of attribute import_data_source.
966 967 968 |
# File 'sig/types.rbs', line 966 def import_data_source @import_data_source end |
#import_destination ⇒ Types::ImportDestination
Returns the value of attribute import_destination.
965 966 967 |
# File 'sig/types.rbs', line 965 def import_destination @import_destination end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
964 965 966 |
# File 'sig/types.rbs', line 964 def job_id @job_id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
968 969 970 |
# File 'sig/types.rbs', line 968 def job_status @job_status end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
971 972 973 |
# File 'sig/types.rbs', line 971 def processed_records_count @processed_records_count end |