Class: Aws::Types::TemplateAlias
- Inherits:
-
Object
- Object
- Aws::Types::TemplateAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#template_version_number ⇒ ::Integer
Returns the value of attribute template_version_number.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
11313 11314 11315 |
# File 'sig/types.rbs', line 11313 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
11314 11315 11316 |
# File 'sig/types.rbs', line 11314 def arn @arn end |
#template_version_number ⇒ ::Integer
Returns the value of attribute template_version_number.
11315 11316 11317 |
# File 'sig/types.rbs', line 11315 def template_version_number @template_version_number end |