Class: Aws::Types::FastLaunchLaunchTemplateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::FastLaunchLaunchTemplateSpecification
- 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.
-
#launch_template_version ⇒ ::String
Returns the value of attribute launch_template_version.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
653 654 655 |
# File 'sig/types.rbs', line 653 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
654 655 656 |
# File 'sig/types.rbs', line 654 def launch_template_name @launch_template_name end |
#launch_template_version ⇒ ::String
Returns the value of attribute launch_template_version.
655 656 657 |
# File 'sig/types.rbs', line 655 def launch_template_version @launch_template_version end |