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

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

Overview

Describes the user volume for a WorkSpace bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityString

The size of the user volume.

Returns:

  • (String)

5096
5097
5098
5099
5100
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5096

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