Class: Aws::Types::ListQueuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListQueuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#status ⇒ "IDLE", ...
Returns the value of attribute status.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def farm_id @farm_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def next_token @next_token end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def principal_id @principal_id end |
#status ⇒ "IDLE", ...
Returns the value of attribute status.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def status @status end |