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:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def launch_template_id
  @launch_template_id
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def launch_template_name
  @launch_template_name
end

#overrides::Array[Types::LaunchTemplateSpecificationOverride]

Returns the value of attribute overrides.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def overrides
  @overrides
end

#userdata_type"EKS_BOOTSTRAP_SH", "EKS_NODEADM"

Returns the value of attribute userdata_type.

Returns:

  • ("EKS_BOOTSTRAP_SH", "EKS_NODEADM")


1057
1058
1059
# File 'sig/types.rbs', line 1057

def userdata_type
  @userdata_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def version
  @version
end