Class: Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
632 633 634 |
# File 'sig/types.rbs', line 632 def instance_type @instance_type end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
633 634 635 |
# File 'sig/types.rbs', line 633 def weighted_capacity @weighted_capacity end |