Class: Aws::Types::DeleteTemplateSyncConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateSyncConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
Instance Attribute Details
#template_name ⇒ ::String
Returns the value of attribute template_name.
459 460 461 |
# File 'sig/types.rbs', line 459 def template_name @template_name end |
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
460 461 462 |
# File 'sig/types.rbs', line 460 def template_type @template_type end |