Class: Aws::WorkSpaces::Types::Capacity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the user capacity for a pool of WorkSpaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_user_sessionsInteger

The desired number of user sessions for the WorkSpaces in the pool.

Returns:

  • (Integer)


430
431
432
433
434
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 430

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