Class: Aws::Types::ListLimitsProfilesResponse

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)


8001
8002
8003
# File 'sig/types.rbs', line 8001

def next_token
  @next_token
end

#profiles::Array[Types::LimitsProfile]

Returns the value of attribute profiles.

Returns:



8000
8001
8002
# File 'sig/types.rbs', line 8000

def profiles
  @profiles
end