Class: Aws::WorkSpaces::Types::UserStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::UserStorage
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the user volume for a WorkSpace bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ String
The size of the user volume.
Instance Attribute Details
#capacity ⇒ String
The size of the user volume.
5147 5148 5149 5150 5151 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5147 class UserStorage < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |