Class: Aws::Types::DeploymentIoTJobConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentIoTJobConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_config ⇒ Types::IoTJobAbortConfig
Returns the value of attribute abort_config.
-
#job_executions_rollout_config ⇒ Types::IoTJobExecutionsRolloutConfig
Returns the value of attribute job_executions_rollout_config.
-
#timeout_config ⇒ Types::IoTJobTimeoutConfig
Returns the value of attribute timeout_config.
Instance Attribute Details
#abort_config ⇒ Types::IoTJobAbortConfig
Returns the value of attribute abort_config.
249 250 251 |
# File 'sig/types.rbs', line 249 def abort_config @abort_config end |
#job_executions_rollout_config ⇒ Types::IoTJobExecutionsRolloutConfig
Returns the value of attribute job_executions_rollout_config.
248 249 250 |
# File 'sig/types.rbs', line 248 def job_executions_rollout_config @job_executions_rollout_config end |
#timeout_config ⇒ Types::IoTJobTimeoutConfig
Returns the value of attribute timeout_config.
250 251 252 |
# File 'sig/types.rbs', line 250 def timeout_config @timeout_config end |