Module: Aws::FSx::Client::_DeleteVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #lifecycle ⇒ "CREATING", ...
- #ontap_response ⇒ Types::DeleteVolumeOntapResponse
- #volume_id ⇒ ::String
Instance Method Details
#lifecycle ⇒ "CREATING", ...
586 |
# File 'sig/client.rbs', line 586
def lifecycle: () -> ("CREATING" | "CREATED" | "DELETING" | "FAILED" | "MISCONFIGURED" | "PENDING" | "AVAILABLE")
|
#ontap_response ⇒ Types::DeleteVolumeOntapResponse
587 |
# File 'sig/client.rbs', line 587
def ontap_response: () -> Types::DeleteVolumeOntapResponse
|
#volume_id ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def volume_id: () -> ::String
|