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)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def conversion_task_id
  @conversion_task_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def dry_run
  @dry_run
end

#reason_message::String

Returns the value of attribute reason_message.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def reason_message
  @reason_message
end