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.
13342 13343 13344 |
# File 'sig/types.rbs', line 13342 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
13346 13347 13348 |
# File 'sig/types.rbs', line 13346 def availability_zone_id @availability_zone_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
13345 13346 13347 |
# File 'sig/types.rbs', line 13345 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
13339 13340 13341 |
# File 'sig/types.rbs', line 13339 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
13344 13345 13346 |
# File 'sig/types.rbs', line 13344 def priority @priority end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
13340 13341 13342 |
# File 'sig/types.rbs', line 13340 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
13341 13342 13343 |
# File 'sig/types.rbs', line 13341 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
13343 13344 13345 |
# File 'sig/types.rbs', line 13343 def weighted_capacity @weighted_capacity end |