Class: Aws::Types::CancelImportTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelImportTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def creation_time @creation_time end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def import_id @import_id end |
#import_statistics ⇒ Types::ImportStatistics
Returns the value of attribute import_statistics.
119 120 121 |
# File 'sig/types.rbs', line 119 def import_statistics @import_statistics end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
120 121 122 |
# File 'sig/types.rbs', line 120 def import_status @import_status end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
122 123 124 |
# File 'sig/types.rbs', line 122 def last_updated_time @last_updated_time end |