Class: Aws::Types::UsageMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def limit
  @limit
end

#usage::Float

Returns the value of attribute usage.

Returns:

  • (::Float)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def usage
  @usage
end