Class: Aws::WorkSpaces::Types::Capacity
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::Capacity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the user capacity for a pool of WorkSpaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_user_sessions ⇒ Integer
The desired number of user sessions for the WorkSpaces in the pool.
Instance Attribute Details
#desired_user_sessions ⇒ Integer
The desired number of user sessions for the WorkSpaces in the pool.
469 470 471 472 473 |
# File 'lib/aws-sdk-workspaces/types.rb', line 469 class Capacity < Struct.new( :desired_user_sessions) SENSITIVE = [] include Aws::Structure end |