Class: Aws::Types::UsageLimitList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3104
3105
3106
# File 'sig/types.rbs', line 3104

def marker
  @marker
end

#usage_limits::Array[Types::UsageLimit]

Returns the value of attribute usage_limits.

Returns:



3103
3104
3105
# File 'sig/types.rbs', line 3103

def usage_limits
  @usage_limits
end