class Aws::WorkDocs::Types::StorageRuleType

Describes the storage for a user.

@note When making an API call, you may pass StorageRuleType

data as a hash:

    {
      storage_allocated_in_bytes: 1,
      storage_type: "UNLIMITED", # accepts UNLIMITED, QUOTA
    }

@!attribute [rw] storage_allocated_in_bytes

The amount of storage allocated, in bytes.
@return [Integer]

@!attribute [rw] storage_type

The type of storage.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/StorageRuleType AWS API Documentation

Constants

SENSITIVE