Class: Aws::Types::DeleteFileSystemOpenZFSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemOpenZFSConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_backup_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute final_backup_tags.
-
#options ⇒ ::Array[("DELETE_CHILD_VOLUMES_AND_SNAPSHOTS")]
Returns the value of attribute options.
-
#skip_final_backup ⇒ Boolean
Returns the value of attribute skip_final_backup.
Instance Attribute Details
#final_backup_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute final_backup_tags.
691 692 693 |
# File 'sig/types.rbs', line 691 def end |
#options ⇒ ::Array[("DELETE_CHILD_VOLUMES_AND_SNAPSHOTS")]
Returns the value of attribute options.
692 693 694 |
# File 'sig/types.rbs', line 692 def end |
#skip_final_backup ⇒ Boolean
Returns the value of attribute skip_final_backup.
690 691 692 |
# File 'sig/types.rbs', line 690 def skip_final_backup @skip_final_backup end |