Class: Aws::Types::ListLimitsProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLimitsProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profiles ⇒ ::Array[Types::LimitsProfile]
Returns the value of attribute profiles.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def profiles @profiles end |