Class: Aws::Types::FleetLaunchTemplateSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::FleetLaunchTemplateSpecificationRequest
- 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_specification_user_data ⇒ ::String
Returns the value of attribute launch_template_specification_user_data.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
9745 9746 9747 |
# File 'sig/types.rbs', line 9745 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
9746 9747 9748 |
# File 'sig/types.rbs', line 9746 def launch_template_name @launch_template_name end |
#launch_template_specification_user_data ⇒ ::String
Returns the value of attribute launch_template_specification_user_data.
9748 9749 9750 |
# File 'sig/types.rbs', line 9748 def launch_template_specification_user_data @launch_template_specification_user_data end |
#version ⇒ ::String
Returns the value of attribute version.
9747 9748 9749 |
# File 'sig/types.rbs', line 9747 def version @version end |