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.
994 995 996 |
# File 'sig/types.rbs', line 994 def end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
993 994 995 |
# File 'sig/types.rbs', line 993 def end |
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
996 997 998 |
# File 'sig/types.rbs', line 996 def failed_records_count @failed_records_count end |
#failure_info ⇒ Types::FailureInfo
Returns the value of attribute failure_info.
991 992 993 |
# File 'sig/types.rbs', line 991 def failure_info @failure_info end |
#import_data_source ⇒ Types::ImportDataSource
Returns the value of attribute import_data_source.
990 991 992 |
# File 'sig/types.rbs', line 990 def import_data_source @import_data_source end |
#import_destination ⇒ Types::ImportDestination
Returns the value of attribute import_destination.
989 990 991 |
# File 'sig/types.rbs', line 989 def import_destination @import_destination end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
988 989 990 |
# File 'sig/types.rbs', line 988 def job_id @job_id end |
#job_status ⇒ "CREATED", ...
Returns the value of attribute job_status.
992 993 994 |
# File 'sig/types.rbs', line 992 def job_status @job_status end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
995 996 997 |
# File 'sig/types.rbs', line 995 def processed_records_count @processed_records_count end |