Class: Aws::Types::ValidateTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#template_body ⇒ ::String
Returns the value of attribute template_body.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def template_url @template_url end |