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.
13015 13016 13017 |
# File 'sig/types.rbs', line 13015 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
13019 13020 13021 |
# File 'sig/types.rbs', line 13019 def availability_zone_id @availability_zone_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
13018 13019 13020 |
# File 'sig/types.rbs', line 13018 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
13012 13013 13014 |
# File 'sig/types.rbs', line 13012 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
13017 13018 13019 |
# File 'sig/types.rbs', line 13017 def priority @priority end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
13013 13014 13015 |
# File 'sig/types.rbs', line 13013 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
13014 13015 13016 |
# File 'sig/types.rbs', line 13014 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
13016 13017 13018 |
# File 'sig/types.rbs', line 13016 def weighted_capacity @weighted_capacity end |