Class: Aws::Types::DeleteFileSystemLustreConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemLustreConfiguration
- 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.
-
#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.
679 680 681 |
# File 'sig/types.rbs', line 679 def @final_backup_tags end |
#skip_final_backup ⇒ Boolean
Returns the value of attribute skip_final_backup.
678 679 680 |
# File 'sig/types.rbs', line 678 def skip_final_backup @skip_final_backup end |