Class: Aws::Types::CancelImportTaskResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_task_id::String

Returns the value of attribute import_task_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def import_task_id
  @import_task_id
end

#previous_state::String

Returns the value of attribute previous_state.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def previous_state
  @previous_state
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def state
  @state
end