Class: Aws::Types::CancelConversionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelConversionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversion_task_id ⇒ ::String
Returns the value of attribute conversion_task_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#reason_message ⇒ ::String
Returns the value of attribute reason_message.
Instance Attribute Details
#conversion_task_id ⇒ ::String
Returns the value of attribute conversion_task_id.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def conversion_task_id @conversion_task_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def dry_run @dry_run end |
#reason_message ⇒ ::String
Returns the value of attribute reason_message.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def @reason_message end |