Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_data ⇒ ::String
Returns the value of attribute template_data.
Instance Attribute Details
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
708 709 710 |
# File 'sig/types.rbs', line 708 def template_arn @template_arn end |
#template_data ⇒ ::String
Returns the value of attribute template_data.
709 710 711 |
# File 'sig/types.rbs', line 709 def template_data @template_data end |