Class: Aws::Types::DescribeConversionTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConversionTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversion_task_ids ⇒ ::Array[::String]
Returns the value of attribute conversion_task_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#conversion_task_ids ⇒ ::Array[::String]
Returns the value of attribute conversion_task_ids.
5522 5523 5524 |
# File 'sig/types.rbs', line 5522 def conversion_task_ids @conversion_task_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5521 5522 5523 |
# File 'sig/types.rbs', line 5521 def dry_run @dry_run end |