Class: Aws::Types::ListJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsRequest
- 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.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def farm_id @farm_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def next_token @next_token end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def principal_id @principal_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def queue_id @queue_id end |