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.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def conversion_task_id @conversion_task_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def dry_run @dry_run end |
#reason_message ⇒ ::String
Returns the value of attribute reason_message.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def @reason_message end |