Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- 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.
-
#destination_package_versions ⇒ ::Array[::String]
Returns the value of attribute destination_package_versions.
-
#document ⇒ ::String
Returns the value of attribute document.
-
#document_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute document_parameters.
-
#document_source ⇒ ::String
Returns the value of attribute document_source.
-
#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.
-
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
-
#scheduling_config ⇒ Types::SchedulingConfig
Returns the value of attribute scheduling_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
-
#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.
934 935 936 |
# File 'sig/types.rbs', line 934 def abort_config @abort_config end |
#description ⇒ ::String
Returns the value of attribute description.
930 931 932 |
# File 'sig/types.rbs', line 930 def description @description end |
#destination_package_versions ⇒ ::Array[::String]
Returns the value of attribute destination_package_versions.
942 943 944 |
# File 'sig/types.rbs', line 942 def destination_package_versions @destination_package_versions end |
#document ⇒ ::String
Returns the value of attribute document.
929 930 931 |
# File 'sig/types.rbs', line 929 def document @document end |
#document_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute document_parameters.
940 941 942 |
# File 'sig/types.rbs', line 940 def document_parameters @document_parameters end |
#document_source ⇒ ::String
Returns the value of attribute document_source.
928 929 930 |
# File 'sig/types.rbs', line 928 def document_source @document_source end |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
939 940 941 |
# File 'sig/types.rbs', line 939 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.
933 934 935 |
# File 'sig/types.rbs', line 933 def job_executions_rollout_config @job_executions_rollout_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
926 927 928 |
# File 'sig/types.rbs', line 926 def job_id @job_id end |
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
938 939 940 |
# File 'sig/types.rbs', line 938 def job_template_arn @job_template_arn end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def namespace_id @namespace_id end |
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
931 932 933 |
# File 'sig/types.rbs', line 931 def presigned_url_config @presigned_url_config end |
#scheduling_config ⇒ Types::SchedulingConfig
Returns the value of attribute scheduling_config.
941 942 943 |
# File 'sig/types.rbs', line 941 def scheduling_config @scheduling_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
936 937 938 |
# File 'sig/types.rbs', line 936 def @tags end |
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
932 933 934 |
# File 'sig/types.rbs', line 932 def target_selection @target_selection end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
927 928 929 |
# File 'sig/types.rbs', line 927 def targets @targets end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
935 936 937 |
# File 'sig/types.rbs', line 935 def timeout_config @timeout_config end |