Class: Aws::Types::DeleteVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVolumeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
-
#ontap_response ⇒ Types::DeleteVolumeOntapResponse
Returns the value of attribute ontap_response.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
784 785 786 |
# File 'sig/types.rbs', line 784 def lifecycle @lifecycle end |
#ontap_response ⇒ Types::DeleteVolumeOntapResponse
Returns the value of attribute ontap_response.
785 786 787 |
# File 'sig/types.rbs', line 785 def ontap_response @ontap_response end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
783 784 785 |
# File 'sig/types.rbs', line 783 def volume_id @volume_id end |