Class: Aws::Types::ListDeadLetterSourceQueuesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDeadLetterSourceQueuesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queue_urls ⇒ ::Array[::String]
Returns the value of attribute queue_urls.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
228 229 230 |
# File 'sig/types.rbs', line 228 def next_token @next_token end |
#queue_urls ⇒ ::Array[::String]
Returns the value of attribute queue_urls.
227 228 229 |
# File 'sig/types.rbs', line 227 def queue_urls @queue_urls end |