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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityString

The size of the root volume.

Returns:

  • (String)


3828
3829
3830
3831
3832
# File 'lib/aws-sdk-workspaces/types.rb', line 3828

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