Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2846 2847 2848 |
# File 'sig/types.rbs', line 2846 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
2847 2848 2849 |
# File 'sig/types.rbs', line 2847 def version @version end |