Class: Aws::Types::LaunchTemplateOverrides

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def image_id
  @image_id
end

#instance_requirementsTypes::InstanceRequirements

Returns the value of attribute instance_requirements.



962
963
964
# File 'sig/types.rbs', line 962

def instance_requirements
  @instance_requirements
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def instance_type
  @instance_type
end

#launch_template_specificationTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template_specification.



961
962
963
# File 'sig/types.rbs', line 961

def launch_template_specification
  @launch_template_specification
end

#weighted_capacity::String

Returns the value of attribute weighted_capacity.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def weighted_capacity
  @weighted_capacity
end