Class: Aws::Types::CancelImportTaskResult
- Inherits:
-
Object
- Object
- Aws::Types::CancelImportTaskResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
-
#previous_state ⇒ ::String
Returns the value of attribute previous_state.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def import_task_id @import_task_id end |
#previous_state ⇒ ::String
Returns the value of attribute previous_state.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def previous_state @previous_state end |
#state ⇒ ::String
Returns the value of attribute state.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def state @state end |