Class: Aws::Types::AccountQuota

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_quota_name::String

Returns the value of attribute account_quota_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def 
  @account_quota_name
end

#max::Integer

Returns the value of attribute max.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def max
  @max
end

#used::Integer

Returns the value of attribute used.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def used
  @used
end