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)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def limit
  @limit
end

#usage::Float

Returns the value of attribute usage.

Returns:

  • (::Float)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def usage
  @usage
end