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)


957
958
959
# File 'sig/types.rbs', line 957

def image_id
  @image_id
end

#instance_requirementsTypes::InstanceRequirements

Returns the value of attribute instance_requirements.



956
957
958
# File 'sig/types.rbs', line 956

def instance_requirements
  @instance_requirements
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def instance_type
  @instance_type
end

#launch_template_specificationTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template_specification.



955
956
957
# File 'sig/types.rbs', line 955

def launch_template_specification
  @launch_template_specification
end

#weighted_capacity::String

Returns the value of attribute weighted_capacity.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def weighted_capacity
  @weighted_capacity
end