Class: Aws::Types::UpdateEnvironmentTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentTemplateVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#major_version ⇒ ::String
Returns the value of attribute major_version.
-
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
-
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def description @description end |
#major_version ⇒ ::String
Returns the value of attribute major_version.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def minor_version @minor_version end |
#status ⇒ "REGISTRATION_IN_PROGRESS", ...
Returns the value of attribute status.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def status @status end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def template_name @template_name end |