Class: Aws::FSx::Types::DeleteVolumeOpenZFSConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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

Instance Attribute Details

#optionsArray<String>

To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

Returns:

  • (Array<String>)


4603
4604
4605
4606
4607
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4603

class DeleteVolumeOpenZFSConfiguration < Struct.new(
  :options)
  SENSITIVE = []
  include Aws::Structure
end