You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::ComputeCapacity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ComputeCapacity as input to an Aws::Client method, you can use a vanilla Hash:

{
  desired_instances: 1, # required
}

Describes the capacity for a fleet.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instancesInteger

The desired number of streaming instances.

Returns:

  • (Integer)

    The desired number of streaming instances.