Class: Aws::Types::FleetCapacity
- Inherits:
-
Object
- Object
- Aws::Types::FleetCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_server_container_group_counts ⇒ Types::GameServerContainerGroupCounts
Returns the value of attribute game_server_container_group_counts.
-
#instance_counts ⇒ Types::EC2InstanceCounts
Returns the value of attribute instance_counts.
-
#instance_type ⇒ "t2.micro", ...
Returns the value of attribute instance_type.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#managed_capacity_configuration ⇒ Types::ManagedCapacityConfiguration
Returns the value of attribute managed_capacity_configuration.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def fleet_id @fleet_id end |
#game_server_container_group_counts ⇒ Types::GameServerContainerGroupCounts
Returns the value of attribute game_server_container_group_counts.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def game_server_container_group_counts @game_server_container_group_counts end |
#instance_counts ⇒ Types::EC2InstanceCounts
Returns the value of attribute instance_counts.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def instance_counts @instance_counts end |
#instance_type ⇒ "t2.micro", ...
Returns the value of attribute instance_type.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def instance_type @instance_type end |
#location ⇒ ::String
Returns the value of attribute location.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def location @location end |
#managed_capacity_configuration ⇒ Types::ManagedCapacityConfiguration
Returns the value of attribute managed_capacity_configuration.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def managed_capacity_configuration @managed_capacity_configuration end |