Class: Aws::WorkDocs::Types::StorageRuleType
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::StorageRuleType
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Describes the storage for a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_allocated_in_bytes ⇒ Integer
The amount of storage allocated, in bytes.
-
#storage_type ⇒ String
The type of storage.
Instance Attribute Details
#storage_allocated_in_bytes ⇒ Integer
The amount of storage allocated, in bytes.
2737 2738 2739 2740 2741 2742 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2737 class StorageRuleType < Struct.new( :storage_allocated_in_bytes, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The type of storage.
2737 2738 2739 2740 2741 2742 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2737 class StorageRuleType < Struct.new( :storage_allocated_in_bytes, :storage_type) SENSITIVE = [] include Aws::Structure end |