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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#storage_allocated_in_bytesInteger

The amount of storage allocated, in bytes.

Returns:

  • (Integer)


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_typeString

The type of storage.

Returns:

  • (String)


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