Class: Aws::Types::LaunchTemplateSpecification

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:



1122
1123
1124
# File 'sig/types.rbs', line 1122

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:



1123
1124
1125
# File 'sig/types.rbs', line 1123

def launch_template_name
  @launch_template_name
end

#overrides::Array[Types::LaunchTemplateSpecificationOverride]

Returns the value of attribute overrides.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def overrides
  @overrides
end

#userdata_type"EKS_BOOTSTRAP_SH", "EKS_NODEADM"

Returns the value of attribute userdata_type.

Returns:



1126
1127
1128
# File 'sig/types.rbs', line 1126

def userdata_type
  @userdata_type
end

#version::String

Returns the value of attribute version.

Returns:



1124
1125
1126
# File 'sig/types.rbs', line 1124

def version
  @version
end