Class: Aws::Types::DeleteFileSystemWindowsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemWindowsConfiguration
- 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.
722 723 724 |
# File 'sig/types.rbs', line 722 def @final_backup_tags end |
#skip_final_backup ⇒ Boolean
Returns the value of attribute skip_final_backup.
721 722 723 |
# File 'sig/types.rbs', line 721 def skip_final_backup @skip_final_backup end |