Class: Aws::Types::InstanceFleetModifyConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetModifyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
-
#instance_type_configs ⇒ ::Array[Types::InstanceTypeConfig]
Returns the value of attribute instance_type_configs.
-
#resize_specifications ⇒ Types::InstanceFleetResizingSpecifications
Returns the value of attribute resize_specifications.
-
#target_on_demand_capacity ⇒ ::Integer
Returns the value of attribute target_on_demand_capacity.
-
#target_spot_capacity ⇒ ::Integer
Returns the value of attribute target_spot_capacity.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
683 684 685 |
# File 'sig/types.rbs', line 683 def context @context end |
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def instance_fleet_id @instance_fleet_id end |
#instance_type_configs ⇒ ::Array[Types::InstanceTypeConfig]
Returns the value of attribute instance_type_configs.
682 683 684 |
# File 'sig/types.rbs', line 682 def instance_type_configs @instance_type_configs end |
#resize_specifications ⇒ Types::InstanceFleetResizingSpecifications
Returns the value of attribute resize_specifications.
681 682 683 |
# File 'sig/types.rbs', line 681 def resize_specifications @resize_specifications end |
#target_on_demand_capacity ⇒ ::Integer
Returns the value of attribute target_on_demand_capacity.
679 680 681 |
# File 'sig/types.rbs', line 679 def target_on_demand_capacity @target_on_demand_capacity end |
#target_spot_capacity ⇒ ::Integer
Returns the value of attribute target_spot_capacity.
680 681 682 |
# File 'sig/types.rbs', line 680 def target_spot_capacity @target_spot_capacity end |