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

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

Overview

Describes the root volume for a WorkSpace bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityString

The size of the root volume.

Returns:

  • (String)


4294
4295
4296
4297
4298
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4294

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