Class: Aws::Types::ListJobExecutionsForThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobExecutionsForThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def job_id @job_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def max_results @max_results end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def namespace_id @namespace_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def next_token @next_token end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def status @status end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def thing_name @thing_name end |