Class: Aws::Types::DeleteVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#ontap_configuration ⇒ Types::DeleteVolumeOntapConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::DeleteVolumeOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def client_request_token @client_request_token end |
#ontap_configuration ⇒ Types::DeleteVolumeOntapConfiguration
Returns the value of attribute ontap_configuration.
777 778 779 |
# File 'sig/types.rbs', line 777 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::DeleteVolumeOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
778 779 780 |
# File 'sig/types.rbs', line 778 def open_zfs_configuration @open_zfs_configuration end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
776 777 778 |
# File 'sig/types.rbs', line 776 def volume_id @volume_id end |