Class: Aws::FSx::Types::DeleteVolumeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycleString

The lifecycle state of the volume being deleted. If the ‘DeleteVolume` operation is successful, this value is `DELETING`.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
# File 'lib/aws-sdk-fsx/types.rb', line 4766

class DeleteVolumeResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :ontap_response)
  SENSITIVE = []
  include Aws::Structure
end

#ontap_responseTypes::DeleteVolumeOntapResponse

Returned after a ‘DeleteVolume` request, showing the status of the delete request.



4766
4767
4768
4769
4770
4771
4772
# File 'lib/aws-sdk-fsx/types.rb', line 4766

class DeleteVolumeResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :ontap_response)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume that’s being deleted.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
# File 'lib/aws-sdk-fsx/types.rb', line 4766

class DeleteVolumeResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :ontap_response)
  SENSITIVE = []
  include Aws::Structure
end