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)


951
952
953
# File 'sig/types.rbs', line 951

def image_id
  @image_id
end

#instance_requirementsTypes::InstanceRequirements

Returns the value of attribute instance_requirements.



950
951
952
# File 'sig/types.rbs', line 950

def instance_requirements
  @instance_requirements
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def instance_type
  @instance_type
end

#launch_template_specificationTypes::LaunchTemplateSpecification

Returns the value of attribute launch_template_specification.



949
950
951
# File 'sig/types.rbs', line 949

def launch_template_specification
  @launch_template_specification
end

#weighted_capacity::String

Returns the value of attribute weighted_capacity.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def weighted_capacity
  @weighted_capacity
end