Class: Aws::Types::DescribeJobTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_config ⇒ Types::AbortConfig
Returns the value of attribute abort_config.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_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_arn ⇒ ::String
Returns the value of attribute job_template_arn.
-
#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.
-
#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.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def abort_config @abort_config end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def description @description end |
#destination_package_versions ⇒ ::Array[::String]
Returns the value of attribute destination_package_versions.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def destination_package_versions @destination_package_versions end |
#document ⇒ ::String
Returns the value of attribute document.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def document @document end |
#document_source ⇒ ::String
Returns the value of attribute document_source.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def document_source @document_source end |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 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.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def job_executions_rollout_config @job_executions_rollout_config end |
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def job_template_arn @job_template_arn end |
#job_template_id ⇒ ::String
Returns the value of attribute job_template_id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def job_template_id @job_template_id end |
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
Returns the value of attribute maintenance_windows.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def maintenance_windows @maintenance_windows end |
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def presigned_url_config @presigned_url_config end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def timeout_config @timeout_config end |