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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes the capacity for a fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instancesInteger

The desired number of streaming instances.

Returns:

  • (Integer)

410
411
412
413
414
# File 'lib/aws-sdk-appstream/types.rb', line 410

class ComputeCapacity < Struct.new(
  :desired_instances)
  SENSITIVE = []
  include Aws::Structure
end