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