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.
-
#overrides ⇒ ::Array[Types::LaunchTemplateSpecificationOverride]
Returns the value of attribute overrides.
-
#userdata_type ⇒ "EKS_BOOTSTRAP_SH", "EKS_NODEADM"
Returns the value of attribute userdata_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def launch_template_name @launch_template_name end |
#overrides ⇒ ::Array[Types::LaunchTemplateSpecificationOverride]
Returns the value of attribute overrides.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def overrides @overrides end |
#userdata_type ⇒ "EKS_BOOTSTRAP_SH", "EKS_NODEADM"
Returns the value of attribute userdata_type.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def userdata_type @userdata_type end |
#version ⇒ ::String
Returns the value of attribute version.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def version @version end |