Class: Aws::Types::LaunchTemplateSpecificationOverride
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateSpecificationOverride
- 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.
-
#target_instance_types ⇒ ::Array[::String]
Returns the value of attribute target_instance_types.
-
#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.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def launch_template_name @launch_template_name end |
#target_instance_types ⇒ ::Array[::String]
Returns the value of attribute target_instance_types.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def target_instance_types @target_instance_types end |
#userdata_type ⇒ "EKS_BOOTSTRAP_SH", "EKS_NODEADM"
Returns the value of attribute userdata_type.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def userdata_type @userdata_type end |
#version ⇒ ::String
Returns the value of attribute version.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def version @version end |