Class: Aws::Types::CancelImportTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelImportTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel_reason ⇒ ::String
Returns the value of attribute cancel_reason.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
Instance Attribute Details
#cancel_reason ⇒ ::String
Returns the value of attribute cancel_reason.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def cancel_reason @cancel_reason end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def dry_run @dry_run end |
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def import_task_id @import_task_id end |