Class: Aws::Types::StartNextPendingJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartNextPendingJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
-
#step_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute step_timeout_in_minutes.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
135 136 137 |
# File 'sig/types.rbs', line 135 def status_details @status_details end |
#step_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute step_timeout_in_minutes.
136 137 138 |
# File 'sig/types.rbs', line 136 def step_timeout_in_minutes @step_timeout_in_minutes end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
134 135 136 |
# File 'sig/types.rbs', line 134 def thing_name @thing_name end |