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)

4357
4358
4359
4360
4361
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4357

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