Class: Aws::Types::TemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TemplateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_policy ⇒ "DELETE", "RETAIN"
Returns the value of attribute deletion_policy.
-
#update_replace_policy ⇒ "DELETE", "RETAIN"
Returns the value of attribute update_replace_policy.
Instance Attribute Details
#deletion_policy ⇒ "DELETE", "RETAIN"
Returns the value of attribute deletion_policy.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def deletion_policy @deletion_policy end |
#update_replace_policy ⇒ "DELETE", "RETAIN"
Returns the value of attribute update_replace_policy.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def update_replace_policy @update_replace_policy end |