Class: Aws::Types::DeleteEnvironmentTemplateVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentTemplateVersionInput
- 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.
394 395 396 |
# File 'sig/types.rbs', line 394 def major_version @major_version end |
#minor_version ⇒ ::String
Returns the value of attribute minor_version.
395 396 397 |
# File 'sig/types.rbs', line 395 def minor_version @minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
396 397 398 |
# File 'sig/types.rbs', line 396 def template_name @template_name end |