Class: Aws::FSx::Types::DeleteVolumeOpenZFSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteVolumeOpenZFSConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
A value that specifies whether to delete all child volumes and snapshots.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Array<String>
To delete the volume’s child volumes, snapshots, and clones, use the string ‘DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
Instance Attribute Details
#options ⇒ Array<String>
To delete the volume’s child volumes, snapshots, and clones, use the string ‘DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
4603 4604 4605 4606 4607 |
# File 'lib/aws-sdk-fsx/types.rb', line 4603 class DeleteVolumeOpenZFSConfiguration < Struct.new( :options) SENSITIVE = [] include Aws::Structure end |