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)


4086
4087
4088
4089
4090
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4086

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