Class: Aws::Types::DeleteVolumeOntapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVolumeOntapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_snaplock_enterprise_retention ⇒ Boolean
Returns the value of attribute bypass_snaplock_enterprise_retention.
-
#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
#bypass_snaplock_enterprise_retention ⇒ Boolean
Returns the value of attribute bypass_snaplock_enterprise_retention.
759 760 761 |
# File 'sig/types.rbs', line 759 def bypass_snaplock_enterprise_retention @bypass_snaplock_enterprise_retention end |
#final_backup_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute final_backup_tags.
758 759 760 |
# File 'sig/types.rbs', line 758 def @final_backup_tags end |
#skip_final_backup ⇒ Boolean
Returns the value of attribute skip_final_backup.
757 758 759 |
# File 'sig/types.rbs', line 757 def skip_final_backup @skip_final_backup end |