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)


4347
4348
4349
4350
4351
4352
4353
# File 'lib/aws-sdk-fsx/types.rb', line 4347

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.



4347
4348
4349
4350
4351
4352
4353
# File 'lib/aws-sdk-fsx/types.rb', line 4347

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)


4347
4348
4349
4350
4351
4352
4353
# File 'lib/aws-sdk-fsx/types.rb', line 4347

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