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

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


4726
4727
4728
4729
4730
4731
4732
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4726

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.



4726
4727
4728
4729
4730
4731
4732
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4726

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)


4726
4727
4728
4729
4730
4731
4732
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4726

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