Class: Aws::Types::UpdateEnvironmentTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def name @name end |