Class: Aws::Types::CancelImportTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_reason::String

Returns the value of attribute cancel_reason.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def cancel_reason
  @cancel_reason
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def dry_run
  @dry_run
end

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def import_task_id
  @import_task_id
end