Class: Aws::Types::LaunchTemplateSpecificationOverride

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_id::String

Returns the value of attribute launch_template_id.

Returns:



1131
1132
1133
# File 'sig/types.rbs', line 1131

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:



1132
1133
1134
# File 'sig/types.rbs', line 1132

def launch_template_name
  @launch_template_name
end

#target_instance_types::Array[::String]

Returns the value of attribute target_instance_types.

Returns:



1134
1135
1136
# File 'sig/types.rbs', line 1134

def target_instance_types
  @target_instance_types
end

#userdata_type"EKS_BOOTSTRAP_SH", "EKS_NODEADM"

Returns the value of attribute userdata_type.

Returns:



1135
1136
1137
# File 'sig/types.rbs', line 1135

def userdata_type
  @userdata_type
end

#version::String

Returns the value of attribute version.

Returns:



1133
1134
1135
# File 'sig/types.rbs', line 1133

def version
  @version
end