You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::StorageRuleType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StorageRuleType as input to an Aws::Client method, you can use a vanilla Hash:

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

Describes the storage for a user.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#storage_allocated_in_bytesInteger

The amount of storage allocated, in bytes.

Returns:

  • (Integer)

    The amount of storage allocated, in bytes.

#storage_typeString

The type of storage.

Possible values:

  • UNLIMITED
  • QUOTA

Returns:

  • (String)

    The type of storage.