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.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def launch_template_name @launch_template_name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def version_number @version_number end |