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)


4661
4662
4663
4664
4665
4666
4667
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4661

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.



4661
4662
4663
4664
4665
4666
4667
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4661

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)


4661
4662
4663
4664
4665
4666
4667
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4661

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