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)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def conversion_task_id
  @conversion_task_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def dry_run
  @dry_run
end

#reason_message::String

Returns the value of attribute reason_message.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def reason_message
  @reason_message
end