Class: Aws::Types::UpdateJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_configTypes::AbortConfig

Returns the value of attribute abort_config.

Returns:



5218
5219
5220
# File 'sig/types.rbs', line 5218

def abort_config
  @abort_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5215
5216
5217
# File 'sig/types.rbs', line 5215

def description
  @description
end

#job_executions_retry_configTypes::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_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5220
5221
5222
# File 'sig/types.rbs', line 5220

def namespace_id
  @namespace_id
end

#presigned_url_configTypes::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_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



5219
5220
5221
# File 'sig/types.rbs', line 5219

def timeout_config
  @timeout_config
end