Class: Aws::Types::DeleteLaunchTemplateVersionsResponseSuccessItem
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLaunchTemplateVersionsResponseSuccessItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def launch_template_name @launch_template_name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4489 4490 4491 |
# File 'sig/types.rbs', line 4489 def version_number @version_number end |