Class: Aws::Types::EC2InstanceCounts
- Inherits:
-
Object
- Object
- Aws::Types::EC2InstanceCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ ::Integer
Returns the value of attribute active.
-
#desired ⇒ ::Integer
Returns the value of attribute desired.
-
#idle ⇒ ::Integer
Returns the value of attribute idle.
-
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
-
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
-
#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.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def active @active end |
#desired ⇒ ::Integer
Returns the value of attribute desired.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def desired @desired end |
#idle ⇒ ::Integer
Returns the value of attribute idle.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def idle @idle end |
#maximum ⇒ ::Integer
Returns the value of attribute maximum.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def maximum @maximum end |
#minimum ⇒ ::Integer
Returns the value of attribute minimum.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def minimum @minimum end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def pending @pending end |
#terminating ⇒ ::Integer
Returns the value of attribute terminating.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def terminating @terminating end |