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.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def launch_template_name @launch_template_name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4278 4279 4280 |
# File 'sig/types.rbs', line 4278 def version_number @version_number end |