Class: Aws::Types::CreateJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:template, :parameters, :description_override])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsTypes::Attachments

Returns the value of attribute attachments.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def attachments
  @attachments
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def parameters
  @parameters
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


734
735
736
# File 'sig/types.rbs', line 734

def priority
  @priority
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


745
746
747
# File 'sig/types.rbs', line 745

def tags
  @tags
end

#target_task_run_status"READY", "SUSPENDED"

Returns the value of attribute target_task_run_status.

Returns:

  • ("READY", "SUSPENDED")


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.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def template
  @template
end

#template_type"JSON", "YAML"

Returns the value of attribute template_type.

Returns:

  • ("JSON", "YAML")


733
734
735
# File 'sig/types.rbs', line 733

def template_type
  @template_type
end