Class: Aws::AppStream::Types::ComputeCapacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ComputeCapacity
- 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
-
#desired_instances ⇒ Integer
The desired number of streaming instances.
Instance Attribute Details
#desired_instances ⇒ Integer
The desired number of streaming instances.
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 |