Class: Aws::Types::FleetLaunchTemplateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::FleetLaunchTemplateSpecification
- 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.
9851 9852 9853 |
# File 'sig/types.rbs', line 9851 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
9852 9853 9854 |
# File 'sig/types.rbs', line 9852 def launch_template_name @launch_template_name end |
#version ⇒ ::String
Returns the value of attribute version.
9853 9854 9855 |
# File 'sig/types.rbs', line 9853 def version @version end |