Class: Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Property values to use to override the values in the launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typeString

The instance type. For example, m3.xlarge.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2875

class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails < Struct.new(
  :instance_type,
  :weighted_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#weighted_capacityString

The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.

Returns:

  • (String)


2875
2876
2877
2878
2879
2880
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2875

class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails < Struct.new(
  :instance_type,
  :weighted_capacity)
  SENSITIVE = []
  include Aws::Structure
end