Class: Aws::Types::DeleteExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
Instance Attribute Details
#export_id ⇒ ::String
Returns the value of attribute export_id.
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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def export_status @export_status end |