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.
5705 5706 5707 |
# File 'sig/types.rbs', line 5705 def conversion_task_ids @conversion_task_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5704 5705 5706 |
# File 'sig/types.rbs', line 5704 def dry_run @dry_run end |