Class: Aws::Types::CancelConversionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_task_id::String

Returns the value of attribute conversion_task_id.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def conversion_task_id
  @conversion_task_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def reason_message
  @reason_message
end