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)


4769
4770
4771
4772
4773
4774
4775
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4769

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.



4769
4770
4771
4772
4773
4774
4775
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4769

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)


4769
4770
4771
4772
4773
4774
4775
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4769

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