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:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def launch_template_name
  @launch_template_name
end

#target_instance_types::Array[::String]

Returns the value of attribute target_instance_types.

Returns:

  • (::Array[::String])


1065
1066
1067
# File 'sig/types.rbs', line 1065

def target_instance_types
  @target_instance_types
end

#userdata_type"EKS_BOOTSTRAP_SH", "EKS_NODEADM"

Returns the value of attribute userdata_type.

Returns:

  • ("EKS_BOOTSTRAP_SH", "EKS_NODEADM")


1066
1067
1068
# File 'sig/types.rbs', line 1066

def userdata_type
  @userdata_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def version
  @version
end