Class: Aws::Types::TargetCapacitySpecification
- Inherits:
-
Object
- Object
- Aws::Types::TargetCapacitySpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_target_capacity_type ⇒ "spot", ...
Returns the value of attribute default_target_capacity_type.
-
#on_demand_target_capacity ⇒ ::Integer
Returns the value of attribute on_demand_target_capacity.
-
#spot_target_capacity ⇒ ::Integer
Returns the value of attribute spot_target_capacity.
-
#target_capacity_unit_type ⇒ "vcpu", ...
Returns the value of attribute target_capacity_unit_type.
-
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
Instance Attribute Details
#default_target_capacity_type ⇒ "spot", ...
Returns the value of attribute default_target_capacity_type.
17987 17988 17989 |
# File 'sig/types.rbs', line 17987 def default_target_capacity_type @default_target_capacity_type end |
#on_demand_target_capacity ⇒ ::Integer
Returns the value of attribute on_demand_target_capacity.
17985 17986 17987 |
# File 'sig/types.rbs', line 17985 def on_demand_target_capacity @on_demand_target_capacity end |
#spot_target_capacity ⇒ ::Integer
Returns the value of attribute spot_target_capacity.
17986 17987 17988 |
# File 'sig/types.rbs', line 17986 def spot_target_capacity @spot_target_capacity end |
#target_capacity_unit_type ⇒ "vcpu", ...
Returns the value of attribute target_capacity_unit_type.
17988 17989 17990 |
# File 'sig/types.rbs', line 17988 def target_capacity_unit_type @target_capacity_unit_type end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
17984 17985 17986 |
# File 'sig/types.rbs', line 17984 def total_target_capacity @total_target_capacity end |