Class: Aws::Types::GameServerContainerGroupCounts
- Inherits:
-
Object
- Object
- Aws::Types::GameServerContainerGroupCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ ::Integer
Returns the value of attribute active.
-
#idle ⇒ ::Integer
Returns the value of attribute idle.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#terminating ⇒ ::Integer
Returns the value of attribute terminating.
Instance Attribute Details
#active ⇒ ::Integer
Returns the value of attribute active.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def active @active end |
#idle ⇒ ::Integer
Returns the value of attribute idle.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def idle @idle end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def pending @pending end |
#terminating ⇒ ::Integer
Returns the value of attribute terminating.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def terminating @terminating end |