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.
6919 6920 6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-fsx/types.rb', line 6919 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).
6919 6920 6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-fsx/types.rb', line 6919 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.
6919 6920 6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-fsx/types.rb', line 6919 class OpenZFSUserOrGroupQuota < Struct.new( :type, :id, :storage_capacity_quota_gi_b) SENSITIVE = [] include Aws::Structure end |