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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def import_task_id @import_task_id end |
#previous_state ⇒ ::String
Returns the value of attribute previous_state.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def previous_state @previous_state end |
#state ⇒ ::String
Returns the value of attribute state.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def state @state end |