Class: Aws::Types::OpenZFSUserOrGroupQuota
- Inherits:
-
Object
- Object
- Aws::Types::OpenZFSUserOrGroupQuota
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#storage_capacity_quota_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_quota_gi_b.
-
#type ⇒ "USER", "GROUP"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::Integer
Returns the value of attribute id.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def id @id end |
#storage_capacity_quota_gi_b ⇒ ::Integer
Returns the value of attribute storage_capacity_quota_gi_b.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def storage_capacity_quota_gi_b @storage_capacity_quota_gi_b end |
#type ⇒ "USER", "GROUP"
Returns the value of attribute type.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def type @type end |