Class: Aws::Types::InstanceFleetConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
-
#instance_type_configs ⇒ ::Array[Types::InstanceTypeConfig]
Returns the value of attribute instance_type_configs.
-
#launch_specifications ⇒ Types::InstanceFleetProvisioningSpecifications
Returns the value of attribute launch_specifications.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
673 674 675 |
# File 'sig/types.rbs', line 673 def context @context end |
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
667 668 669 |
# File 'sig/types.rbs', line 667 def instance_fleet_type @instance_fleet_type end |
#instance_type_configs ⇒ ::Array[Types::InstanceTypeConfig]
Returns the value of attribute instance_type_configs.
670 671 672 |
# File 'sig/types.rbs', line 670 def instance_type_configs @instance_type_configs end |
#launch_specifications ⇒ Types::InstanceFleetProvisioningSpecifications
Returns the value of attribute launch_specifications.
671 672 673 |
# File 'sig/types.rbs', line 671 def launch_specifications @launch_specifications end |
#name ⇒ ::String
Returns the value of attribute name.
666 667 668 |
# File 'sig/types.rbs', line 666 def name @name end |
#resize_specifications ⇒ Types::InstanceFleetResizingSpecifications
Returns the value of attribute resize_specifications.
672 673 674 |
# File 'sig/types.rbs', line 672 def resize_specifications @resize_specifications end |
#target_on_demand_capacity ⇒ ::Integer
Returns the value of attribute target_on_demand_capacity.
668 669 670 |
# File 'sig/types.rbs', line 668 def target_on_demand_capacity @target_on_demand_capacity end |
#target_spot_capacity ⇒ ::Integer
Returns the value of attribute target_spot_capacity.
669 670 671 |
# File 'sig/types.rbs', line 669 def target_spot_capacity @target_spot_capacity end |