Class: Aws::Types::ComputeCapacity
- Inherits:
-
Object
- Object
- Aws::Types::ComputeCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_instances ⇒ ::Integer
Returns the value of attribute desired_instances.
-
#desired_sessions ⇒ ::Integer
Returns the value of attribute desired_sessions.
Instance Attribute Details
#desired_instances ⇒ ::Integer
Returns the value of attribute desired_instances.
226 227 228 |
# File 'sig/types.rbs', line 226 def desired_instances @desired_instances end |
#desired_sessions ⇒ ::Integer
Returns the value of attribute desired_sessions.
227 228 229 |
# File 'sig/types.rbs', line 227 def desired_sessions @desired_sessions end |