Class: Aws::Types::DescribeConversionTasksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_task_ids::Array[::String]

Returns the value of attribute conversion_task_ids.

Returns:

  • (::Array[::String])


5705
5706
5707
# File 'sig/types.rbs', line 5705

def conversion_task_ids
  @conversion_task_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5704
5705
5706
# File 'sig/types.rbs', line 5704

def dry_run
  @dry_run
end