Class: Aws::Types::CancelImportTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


121
122
123
# File 'sig/types.rbs', line 121

def creation_time
  @creation_time
end

#import_id::String

Returns the value of attribute import_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def import_id
  @import_id
end

#import_statisticsTypes::ImportStatistics

Returns the value of attribute import_statistics.



119
120
121
# File 'sig/types.rbs', line 119

def import_statistics
  @import_statistics
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED")


120
121
122
# File 'sig/types.rbs', line 120

def import_status
  @import_status
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


122
123
124
# File 'sig/types.rbs', line 122

def last_updated_time
  @last_updated_time
end