Class: Aws::Types::GetPushTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPushTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#template_name ⇒ ::String
Returns the value of attribute template_name.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def template_name @template_name end |
#version ⇒ ::String
Returns the value of attribute version.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def version @version end |