Class: Aws::FSx::Types::DeleteVolumeOntapConfiguration

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

Overview

Use to specify skipping a final backup, or to add tags to a final backup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#final_backup_tagsArray<Types::Tag>

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

Returns:



3974
3975
3976
3977
3978
3979
# File 'lib/aws-sdk-fsx/types.rb', line 3974

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

#skip_final_backupBoolean

Set to true if you want to skip taking a final backup of the volume you are deleting.

Returns:

  • (Boolean)


3974
3975
3976
3977
3978
3979
# File 'lib/aws-sdk-fsx/types.rb', line 3974

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