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
1728 |
# File 'sig/client.rbs', line 1728
def abort_config: () -> Types::AbortConfig
|
#created_at ⇒ ::Time
1725 |
# File 'sig/client.rbs', line 1725
def created_at: () -> ::Time
|
#description ⇒ ::String
1722 |
# File 'sig/client.rbs', line 1722
def description: () -> ::String
|
#destination_package_versions ⇒ ::Array[::String]
1732 |
# File 'sig/client.rbs', line 1732
def destination_package_versions: () -> ::Array[::String]
|
#document ⇒ ::String
1724 |
# File 'sig/client.rbs', line 1724
def document: () -> ::String
|
#document_source ⇒ ::String
1723 |
# File 'sig/client.rbs', line 1723
def document_source: () -> ::String
|
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
1730 |
# File 'sig/client.rbs', line 1730
def job_executions_retry_config: () -> Types::JobExecutionsRetryConfig
|
#job_executions_rollout_config ⇒ Types::JobExecutionsRolloutConfig
1727 |
# File 'sig/client.rbs', line 1727
def job_executions_rollout_config: () -> Types::JobExecutionsRolloutConfig
|
#job_template_arn ⇒ ::String
1720 |
# File 'sig/client.rbs', line 1720
def job_template_arn: () -> ::String
|
#job_template_id ⇒ ::String
1721 |
# File 'sig/client.rbs', line 1721
def job_template_id: () -> ::String
|
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
1731 |
# File 'sig/client.rbs', line 1731
def maintenance_windows: () -> ::Array[Types::MaintenanceWindow]
|
#presigned_url_config ⇒ Types::PresignedUrlConfig
1726 |
# File 'sig/client.rbs', line 1726
def presigned_url_config: () -> Types::PresignedUrlConfig
|
#timeout_config ⇒ Types::TimeoutConfig
1729 |
# File 'sig/client.rbs', line 1729
def timeout_config: () -> Types::TimeoutConfig
|