Class: Aws::Types::DeleteExportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_id ⇒ ::String

Returns the value of attribute export_id.

Returns:

  • (::String)


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

def export_id
  @export_id
end

#export_status ⇒ "InProgress", ...

Returns the value of attribute export_status.

Returns:

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


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

def export_status
  @export_status
end