Class: Aws::Types::CreateJobTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobTemplateRequest
- 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_source ⇒ ::String
Returns the value of attribute document_source.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#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_template_id ⇒ ::String
Returns the value of attribute job_template_id.
-
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
Returns the value of attribute maintenance_windows.
-
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
961 962 963 |
# File 'sig/types.rbs', line 961 def abort_config @abort_config end |
#description ⇒ ::String
Returns the value of attribute description.
958 959 960 |
# File 'sig/types.rbs', line 958 def description @description end |
#destination_package_versions ⇒ ::Array[::String]
Returns the value of attribute destination_package_versions.
966 967 968 |
# File 'sig/types.rbs', line 966 def destination_package_versions @destination_package_versions end |
#document ⇒ ::String
Returns the value of attribute document.
957 958 959 |
# File 'sig/types.rbs', line 957 def document @document end |
#document_source ⇒ ::String
Returns the value of attribute document_source.
956 957 958 |
# File 'sig/types.rbs', line 956 def document_source @document_source end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
955 956 957 |
# File 'sig/types.rbs', line 955 def job_arn @job_arn end |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
964 965 966 |
# File 'sig/types.rbs', line 964 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.
960 961 962 |
# File 'sig/types.rbs', line 960 def job_executions_rollout_config @job_executions_rollout_config end |
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
954 955 956 |
# File 'sig/types.rbs', line 954 def job_template_id @job_template_id end |
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
Returns the value of attribute maintenance_windows.
965 966 967 |
# File 'sig/types.rbs', line 965 def maintenance_windows @maintenance_windows end |
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
959 960 961 |
# File 'sig/types.rbs', line 959 def presigned_url_config @presigned_url_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
963 964 965 |
# File 'sig/types.rbs', line 963 def @tags end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
962 963 964 |
# File 'sig/types.rbs', line 962 def timeout_config @timeout_config end |