Class: Aws::WorkSpaces::Types::RootStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RootStorage
- 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
-
#capacity ⇒ String
The size of the root volume.
Instance Attribute Details
#capacity ⇒ String
The size of the root volume.
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 |