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
show all
Defined in:
(unknown)

Overview

Describes the capacity status for a fleet.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availableInteger

The number of currently available instances that can be used to stream sessions.

Returns:

  • (Integer)

    The number of currently available instances that can be used to stream sessions.

#desiredInteger

The desired number of streaming instances.

Returns:

  • (Integer)

    The desired number of streaming instances.

#in_useInteger

The number of instances in use for streaming.

Returns:

  • (Integer)

    The number of instances in use for streaming.

#runningInteger

The total number of simultaneous streaming instances that are running.

Returns:

  • (Integer)

    The total number of simultaneous streaming instances that are running.