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.
5096 5097 5098 5099 5100 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5096 class UserStorage < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |