Class: Aws::AutoScaling::Types::LaunchTemplateOverrides

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Note:

When making an API call, you may pass LaunchTemplateOverrides data as a hash:

{
  instance_type: "XmlStringMaxLen255",
}

Describes an override for a launch template.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type.

For information about available instance types, see [Available Instance Types] in the *Amazon Elastic Compute Cloud User Guide.*

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes

Returns:

  • (String)


2884
2885
2886
2887
# File 'lib/aws-sdk-autoscaling/types.rb', line 2884

class LaunchTemplateOverrides < Struct.new(
  :instance_type)
  include Aws::Structure
end