Class: Aws::Types::ListQueueLimitAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueueLimitAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queue_limit_associations ⇒ ::Array[Types::QueueLimitAssociationSummary]
Returns the value of attribute queue_limit_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def next_token @next_token end |
#queue_limit_associations ⇒ ::Array[Types::QueueLimitAssociationSummary]
Returns the value of attribute queue_limit_associations.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def queue_limit_associations @queue_limit_associations end |