Class: Aws::Types::InstanceFleet
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
-
#instance_type_specifications ⇒ ::Array[Types::InstanceTypeSpecification]
Returns the value of attribute instance_type_specifications.
-
#launch_specifications ⇒ Types::InstanceFleetProvisioningSpecifications
Returns the value of attribute launch_specifications.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioned_on_demand_capacity ⇒ ::Integer
Returns the value of attribute provisioned_on_demand_capacity.
-
#provisioned_spot_capacity ⇒ ::Integer
Returns the value of attribute provisioned_spot_capacity.
-
#resize_specifications ⇒ Types::InstanceFleetResizingSpecifications
Returns the value of attribute resize_specifications.
-
#status ⇒ Types::InstanceFleetStatus
Returns the value of attribute status.
-
#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.
661 662 663 |
# File 'sig/types.rbs', line 661 def context @context end |
#id ⇒ ::String
Returns the value of attribute id.
650 651 652 |
# File 'sig/types.rbs', line 650 def id @id end |
#instance_fleet_type ⇒ "MASTER", ...
Returns the value of attribute instance_fleet_type.
653 654 655 |
# File 'sig/types.rbs', line 653 def instance_fleet_type @instance_fleet_type end |
#instance_type_specifications ⇒ ::Array[Types::InstanceTypeSpecification]
Returns the value of attribute instance_type_specifications.
658 659 660 |
# File 'sig/types.rbs', line 658 def instance_type_specifications @instance_type_specifications end |
#launch_specifications ⇒ Types::InstanceFleetProvisioningSpecifications
Returns the value of attribute launch_specifications.
659 660 661 |
# File 'sig/types.rbs', line 659 def launch_specifications @launch_specifications end |
#name ⇒ ::String
Returns the value of attribute name.
651 652 653 |
# File 'sig/types.rbs', line 651 def name @name end |
#provisioned_on_demand_capacity ⇒ ::Integer
Returns the value of attribute provisioned_on_demand_capacity.
656 657 658 |
# File 'sig/types.rbs', line 656 def provisioned_on_demand_capacity @provisioned_on_demand_capacity end |
#provisioned_spot_capacity ⇒ ::Integer
Returns the value of attribute provisioned_spot_capacity.
657 658 659 |
# File 'sig/types.rbs', line 657 def provisioned_spot_capacity @provisioned_spot_capacity end |
#resize_specifications ⇒ Types::InstanceFleetResizingSpecifications
Returns the value of attribute resize_specifications.
660 661 662 |
# File 'sig/types.rbs', line 660 def resize_specifications @resize_specifications end |
#status ⇒ Types::InstanceFleetStatus
Returns the value of attribute status.
652 653 654 |
# File 'sig/types.rbs', line 652 def status @status end |
#target_on_demand_capacity ⇒ ::Integer
Returns the value of attribute target_on_demand_capacity.
654 655 656 |
# File 'sig/types.rbs', line 654 def target_on_demand_capacity @target_on_demand_capacity end |
#target_spot_capacity ⇒ ::Integer
Returns the value of attribute target_spot_capacity.
655 656 657 |
# File 'sig/types.rbs', line 655 def target_spot_capacity @target_spot_capacity end |