Class: Aws::Types::DeleteParallelDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteParallelDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
49 50 51 |
# File 'sig/types.rbs', line 49 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
50 51 52 |
# File 'sig/types.rbs', line 50 def status @status end |