You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::ComputeCapacityStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ComputeCapacityStatus
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#available ⇒ Integer
The number of currently available instances that can be used to stream sessions.
-
#desired ⇒ Integer
The desired number of streaming instances.
-
#in_use ⇒ Integer
The number of instances in use for streaming.
-
#running ⇒ Integer
The total number of simultaneous streaming instances that are running.
Instance Attribute Details
#available ⇒ Integer
The number of currently available instances that can be used to stream sessions.
#desired ⇒ Integer
The desired number of streaming instances.
#in_use ⇒ Integer
The number of instances in use for streaming.
#running ⇒ Integer
The total number of simultaneous streaming instances that are running.