Class: Aws::Types::DeleteFileSystemOpenZFSConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#final_backup_tags::Array[Types::Tag]

Returns the value of attribute final_backup_tags.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def final_backup_tags
  @final_backup_tags
end

#options::Array[("DELETE_CHILD_VOLUMES_AND_SNAPSHOTS")]

Returns the value of attribute options.

Returns:

  • (::Array[("DELETE_CHILD_VOLUMES_AND_SNAPSHOTS")])


692
693
694
# File 'sig/types.rbs', line 692

def options
  @options
end

#skip_final_backupBoolean

Returns the value of attribute skip_final_backup.

Returns:

  • (Boolean)


690
691
692
# File 'sig/types.rbs', line 690

def skip_final_backup
  @skip_final_backup
end