Class: Aws::Types::DeleteImportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_id ⇒ ::String

Returns the value of attribute import_id.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def import_id
  @import_id
end

#import_status ⇒ "InProgress", ...

Returns the value of attribute import_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Deleting")


1234
1235
1236
# File 'sig/types.rbs', line 1234

def import_status
  @import_status
end