Module: Aws::IoT::Client::_DescribeJobTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeJobTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abort_config ⇒ Types::AbortConfig
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #destination_package_versions ⇒ ::Array[::String]
- #document ⇒ ::String
- #document_source ⇒ ::String
- #job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
- #job_executions_rollout_config ⇒ Types::JobExecutionsRolloutConfig
- #job_template_arn ⇒ ::String
- #job_template_id ⇒ ::String
- #maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
- #presigned_url_config ⇒ Types::PresignedUrlConfig
- #timeout_config ⇒ Types::TimeoutConfig
Instance Method Details
#abort_config ⇒ Types::AbortConfig
1735 |
# File 'sig/client.rbs', line 1735 def abort_config: () -> Types::AbortConfig |
#created_at ⇒ ::Time
1732 |
# File 'sig/client.rbs', line 1732 def created_at: () -> ::Time |
#description ⇒ ::String
1729 |
# File 'sig/client.rbs', line 1729 def description: () -> ::String |
#destination_package_versions ⇒ ::Array[::String]
1739 |
# File 'sig/client.rbs', line 1739 def destination_package_versions: () -> ::Array[::String] |
#document ⇒ ::String
1731 |
# File 'sig/client.rbs', line 1731 def document: () -> ::String |
#document_source ⇒ ::String
1730 |
# File 'sig/client.rbs', line 1730 def document_source: () -> ::String |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
1737 |
# File 'sig/client.rbs', line 1737 def job_executions_retry_config: () -> Types::JobExecutionsRetryConfig |
#job_executions_rollout_config ⇒ Types::JobExecutionsRolloutConfig
1734 |
# File 'sig/client.rbs', line 1734 def job_executions_rollout_config: () -> Types::JobExecutionsRolloutConfig |
#job_template_arn ⇒ ::String
1727 |
# File 'sig/client.rbs', line 1727 def job_template_arn: () -> ::String |
#job_template_id ⇒ ::String
1728 |
# File 'sig/client.rbs', line 1728 def job_template_id: () -> ::String |
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
1738 |
# File 'sig/client.rbs', line 1738 def maintenance_windows: () -> ::Array[Types::MaintenanceWindow] |
#presigned_url_config ⇒ Types::PresignedUrlConfig
1733 |
# File 'sig/client.rbs', line 1733 def presigned_url_config: () -> Types::PresignedUrlConfig |
#timeout_config ⇒ Types::TimeoutConfig
1736 |
# File 'sig/client.rbs', line 1736 def timeout_config: () -> Types::TimeoutConfig |