Class: Aws::Types::OpenZFSUserOrGroupQuota

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::Integer

Returns the value of attribute id.

Returns:



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.

Returns:



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.

Returns:



1397
1398
1399
# File 'sig/types.rbs', line 1397

def type
  @type
end