Class: Aws::FSx::Types::DeleteVolumeOntapResponse

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

Overview

The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the ‘DeleteVolume` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#final_backup_idString

The ID of the source backup. Specifies the backup that you are copying.

Returns:

  • (String)


4272
4273
4274
4275
4276
4277
# File 'lib/aws-sdk-fsx/types.rb', line 4272

class DeleteVolumeOntapResponse < Struct.new(
  :final_backup_id,
  :final_backup_tags)
  SENSITIVE = []
  include Aws::Structure
end

#final_backup_tagsArray<Types::Tag>

A list of ‘Tag` values, with a maximum of 50 elements.

Returns:



4272
4273
4274
4275
4276
4277
# File 'lib/aws-sdk-fsx/types.rb', line 4272

class DeleteVolumeOntapResponse < Struct.new(
  :final_backup_id,
  :final_backup_tags)
  SENSITIVE = []
  include Aws::Structure
end