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)


4340
4341
4342
4343
4344
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4340

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