Class: Aws::Types::UpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_config ⇒ Types::AbortConfig
Returns the value of attribute abort_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
-
#job_executions_rollout_config ⇒ Types::JobExecutionsRolloutConfig
Returns the value of attribute job_executions_rollout_config.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
-
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
Instance Attribute Details
#abort_config ⇒ Types::AbortConfig
Returns the value of attribute abort_config.
5218 5219 5220 |
# File 'sig/types.rbs', line 5218 def abort_config @abort_config end |
#description ⇒ ::String
Returns the value of attribute description.
5215 5216 5217 |
# File 'sig/types.rbs', line 5215 def description @description end |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
5221 5222 5223 |
# File 'sig/types.rbs', line 5221 def job_executions_retry_config @job_executions_retry_config end |
#job_executions_rollout_config ⇒ Types::JobExecutionsRolloutConfig
Returns the value of attribute job_executions_rollout_config.
5217 5218 5219 |
# File 'sig/types.rbs', line 5217 def job_executions_rollout_config @job_executions_rollout_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
5214 5215 5216 |
# File 'sig/types.rbs', line 5214 def job_id @job_id end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
5220 5221 5222 |
# File 'sig/types.rbs', line 5220 def namespace_id @namespace_id end |
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
5216 5217 5218 |
# File 'sig/types.rbs', line 5216 def presigned_url_config @presigned_url_config end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
5219 5220 5221 |
# File 'sig/types.rbs', line 5219 def timeout_config @timeout_config end |