Class: Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSUserOrGroupQuota
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The configuration for how much storage a user or group can use on the volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Integer
The ID of the user or group.
-
#storage_capacity_quota_gi_b ⇒ Integer
The amount of storage that the user or group can use in gibibytes (GiB).
-
#type ⇒ String
A value that specifies whether the quota applies to a user or group.
Instance Attribute Details
#id ⇒ Integer
The ID of the user or group.
6563 6564 6565 6566 6567 6568 6569 |
# File 'lib/aws-sdk-fsx/types.rb', line 6563 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |
#storage_capacity_quota_gi_b ⇒ Integer
The amount of storage that the user or group can use in gibibytes (GiB).
6563 6564 6565 6566 6567 6568 6569 |
# File 'lib/aws-sdk-fsx/types.rb', line 6563 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A value that specifies whether the quota applies to a user or group.
6563 6564 6565 6566 6567 6568 6569 |
# File 'lib/aws-sdk-fsx/types.rb', line 6563 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |