Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description_override ⇒ ::String
Returns the value of attribute description_override.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
-
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#name_override ⇒ ::String
Returns the value of attribute name_override.
-
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#source_job_id ⇒ ::String
Returns the value of attribute source_job_id.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_task_run_status ⇒ "READY", "SUSPENDED"
Returns the value of attribute target_task_run_status.
-
#template ⇒ ::String
Returns the value of attribute template.
-
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
Instance Attribute Details
#attachments ⇒ Types::Attachments
Returns the value of attribute attachments.
736 737 738 |
# File 'sig/types.rbs', line 736 def @attachments end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
731 732 733 |
# File 'sig/types.rbs', line 731 def client_token @client_token end |
#description_override ⇒ ::String
Returns the value of attribute description_override.
744 745 746 |
# File 'sig/types.rbs', line 744 def description_override @description_override end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def farm_id @farm_id end |
#max_failed_tasks_count ⇒ ::Integer
Returns the value of attribute max_failed_tasks_count.
739 740 741 |
# File 'sig/types.rbs', line 739 def max_failed_tasks_count @max_failed_tasks_count end |
#max_retries_per_task ⇒ ::Integer
Returns the value of attribute max_retries_per_task.
740 741 742 |
# File 'sig/types.rbs', line 740 def max_retries_per_task @max_retries_per_task end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
741 742 743 |
# File 'sig/types.rbs', line 741 def max_worker_count @max_worker_count end |
#name_override ⇒ ::String
Returns the value of attribute name_override.
743 744 745 |
# File 'sig/types.rbs', line 743 def name_override @name_override end |
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
735 736 737 |
# File 'sig/types.rbs', line 735 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
734 735 736 |
# File 'sig/types.rbs', line 734 def priority @priority end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def queue_id @queue_id end |
#source_job_id ⇒ ::String
Returns the value of attribute source_job_id.
742 743 744 |
# File 'sig/types.rbs', line 742 def source_job_id @source_job_id end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
737 738 739 |
# File 'sig/types.rbs', line 737 def storage_profile_id @storage_profile_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
745 746 747 |
# File 'sig/types.rbs', line 745 def @tags end |
#target_task_run_status ⇒ "READY", "SUSPENDED"
Returns the value of attribute target_task_run_status.
738 739 740 |
# File 'sig/types.rbs', line 738 def target_task_run_status @target_task_run_status end |
#template ⇒ ::String
Returns the value of attribute template.
732 733 734 |
# File 'sig/types.rbs', line 732 def template @template end |
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
733 734 735 |
# File 'sig/types.rbs', line 733 def template_type @template_type end |