Class: Aws::Types::DeleteConfigurationTemplateMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConfigurationTemplateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def application_name @application_name end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def template_name @template_name end |