Class: Aws::WorkSpaces::Types::RootStorage

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

Overview

Describes the root volume for a WorkSpace bundle.

Instance Attribute Summary collapse

Instance Attribute Details

#capacityString

The size of the root volume.

Returns:

  • (String)


1358
1359
1360
1361
# File 'lib/aws-sdk-workspaces/types.rb', line 1358

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