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.
13336 13337 13338 |
# File 'sig/types.rbs', line 13336 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
13340 13341 13342 |
# File 'sig/types.rbs', line 13340 def availability_zone_id @availability_zone_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
13339 13340 13341 |
# File 'sig/types.rbs', line 13339 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
13333 13334 13335 |
# File 'sig/types.rbs', line 13333 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
13338 13339 13340 |
# File 'sig/types.rbs', line 13338 def priority @priority end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
13334 13335 13336 |
# File 'sig/types.rbs', line 13334 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
13335 13336 13337 |
# File 'sig/types.rbs', line 13335 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
13337 13338 13339 |
# File 'sig/types.rbs', line 13337 def weighted_capacity @weighted_capacity end |