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)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def import_task_id
  @import_task_id
end

#previous_state::String

Returns the value of attribute previous_state.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def previous_state
  @previous_state
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def state
  @state
end