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.
5028 5029 5030 5031 5032 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5028 class UserStorage < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |