Class: Aws::WorkSpaces::Types::UserStorage

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

Overview

Describes the user storage for a WorkSpace bundle.

Instance Attribute Summary collapse

Instance Attribute Details

#capacityString

The size of the user storage.

Returns:

  • (String)


1589
1590
1591
1592
# File 'lib/aws-sdk-workspaces/types.rb', line 1589

class UserStorage < Struct.new(
  :capacity)
  include Aws::Structure
end