Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_config ⇒ Types::AbortConfig
Returns the value of attribute abort_config.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#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_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute document_parameters.
-
#force_canceled ⇒ Boolean
Returns the value of attribute force_canceled.
-
#is_concurrent ⇒ Boolean
Returns the value of attribute is_concurrent.
-
#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_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_process_details ⇒ Types::JobProcessDetails
Returns the value of attribute job_process_details.
-
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
-
#scheduled_job_rollouts ⇒ ::Array[Types::ScheduledJobRollout]
Returns the value of attribute scheduled_job_rollouts.
-
#scheduling_config ⇒ Types::SchedulingConfig
Returns the value of attribute scheduling_config.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#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.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def abort_config @abort_config end |
#comment ⇒ ::String
Returns the value of attribute comment.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def comment @comment end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def description @description end |
#destination_package_versions ⇒ ::Array[::String]
Returns the value of attribute destination_package_versions.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def destination_package_versions @destination_package_versions end |
#document_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute document_parameters.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def document_parameters @document_parameters end |
#force_canceled ⇒ Boolean
Returns the value of attribute force_canceled.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def force_canceled @force_canceled end |
#is_concurrent ⇒ Boolean
Returns the value of attribute is_concurrent.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def is_concurrent @is_concurrent end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def job_arn @job_arn end |
#job_executions_retry_config ⇒ Types::JobExecutionsRetryConfig
Returns the value of attribute job_executions_retry_config.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 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.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def job_executions_rollout_config @job_executions_rollout_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def job_id @job_id end |
#job_process_details ⇒ Types::JobProcessDetails
Returns the value of attribute job_process_details.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def job_process_details @job_process_details end |
#job_template_arn ⇒ ::String
Returns the value of attribute job_template_arn.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def job_template_arn @job_template_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def last_updated_at @last_updated_at end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def namespace_id @namespace_id end |
#presigned_url_config ⇒ Types::PresignedUrlConfig
Returns the value of attribute presigned_url_config.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def presigned_url_config @presigned_url_config end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def reason_code @reason_code end |
#scheduled_job_rollouts ⇒ ::Array[Types::ScheduledJobRollout]
Returns the value of attribute scheduled_job_rollouts.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def scheduled_job_rollouts @scheduled_job_rollouts end |
#scheduling_config ⇒ Types::SchedulingConfig
Returns the value of attribute scheduling_config.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def scheduling_config @scheduling_config end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def status @status end |
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def target_selection @target_selection end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def targets @targets end |
#timeout_config ⇒ Types::TimeoutConfig
Returns the value of attribute timeout_config.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def timeout_config @timeout_config end |