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
Note:
When making an API call, you may pass UserStorage data as a hash:
{
capacity: "NonEmptyString",
}
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.
3924 3925 3926 3927 3928 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3924 class UserStorage < Struct.new( :capacity) SENSITIVE = [] include Aws::Structure end |