Class: Aws::Types::GetEnvironmentTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentTemplateVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#major_version ⇒ ::String
Returns the value of attribute major_version.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#major_version ⇒ ::String
Returns the value of attribute major_version.
737 738 739 |
# File 'sig/types.rbs', line 737 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
738 739 740 |
# File 'sig/types.rbs', line 738 def minor_version @minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
739 740 741 |
# File 'sig/types.rbs', line 739 def template_name @template_name end |