Class: Aws::Types::ListUsageLimitsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def next_token
  @next_token
end

#usage_limits::Array[Types::UsageLimit]

Returns the value of attribute usage_limits.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def usage_limits
  @usage_limits
end