Class: Aws::Types::ListQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListQueuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_by ⇒ "NAME", "CREATION_DATE"
Returns the value of attribute list_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
Instance Attribute Details
#list_by ⇒ "NAME", "CREATION_DATE"
Returns the value of attribute list_by.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def list_by @list_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def order @order end |