Class: Aws::Types::DeleteImportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_status ⇒ "InProgress", ...
Returns the value of attribute import_status.
Instance Attribute Details
#import_id ⇒ ::String
Returns the value of attribute import_id.
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.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def import_status @import_status end |