Class: Aws::Types::ListLimitsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limits::Array[Types::LimitSummary]

Returns the value of attribute limits.

Returns:



2102
2103
2104
# File 'sig/types.rbs', line 2102

def limits
  @limits
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def next_token
  @next_token
end