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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


594
595
596
597
598
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 594

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