Class: Aws::Types::LaunchTemplateOverrides
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#priority ⇒ ::Float
Returns the value of attribute priority.
-
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
12744 12745 12746 |
# File 'sig/types.rbs', line 12744 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
12748 12749 12750 |
# File 'sig/types.rbs', line 12748 def availability_zone_id @availability_zone_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
12747 12748 12749 |
# File 'sig/types.rbs', line 12747 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
12741 12742 12743 |
# File 'sig/types.rbs', line 12741 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
12746 12747 12748 |
# File 'sig/types.rbs', line 12746 def priority @priority end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
12742 12743 12744 |
# File 'sig/types.rbs', line 12742 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12743 12744 12745 |
# File 'sig/types.rbs', line 12743 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
12745 12746 12747 |
# File 'sig/types.rbs', line 12745 def weighted_capacity @weighted_capacity end |