Class: Aws::Types::LaunchTemplateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateSpecification
- 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 ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
13066 13067 13068 |
# File 'sig/types.rbs', line 13066 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
13067 13068 13069 |
# File 'sig/types.rbs', line 13067 def launch_template_name @launch_template_name end |
#version ⇒ ::String
Returns the value of attribute version.
13068 13069 13070 |
# File 'sig/types.rbs', line 13068 def version @version end |