Class: Aws::Types::ListJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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 ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def max_results @max_results end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def namespace_id @namespace_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def next_token @next_token end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def status @status end |
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def target_selection @target_selection end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def thing_group_id @thing_group_id end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def thing_group_name @thing_group_name end |