Class: Aws::Types::ListDeadLetterSourceQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDeadLetterSourceQueuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
222 223 224 |
# File 'sig/types.rbs', line 222 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
221 222 223 |
# File 'sig/types.rbs', line 221 def next_token @next_token end |
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
220 221 222 |
# File 'sig/types.rbs', line 220 def queue_url @queue_url end |