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.
10923 10924 10925 |
# File 'sig/types.rbs', line 10923 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
10924 10925 10926 |
# File 'sig/types.rbs', line 10924 def arn @arn end |
#template_version_number ⇒ ::Integer
Returns the value of attribute template_version_number.
10925 10926 10927 |
# File 'sig/types.rbs', line 10925 def template_version_number @template_version_number end |