Class: Aws::Types::CreateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_configTypes::AbortConfig

Returns the value of attribute abort_config.

Returns:



934
935
936
# File 'sig/types.rbs', line 934

def abort_config
  @abort_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def description
  @description
end

#destination_package_versions::Array[::String]

Returns the value of attribute destination_package_versions.

Returns:

  • (::Array[::String])


942
943
944
# File 'sig/types.rbs', line 942

def destination_package_versions
  @destination_package_versions
end

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def document
  @document
end

#document_parameters::Hash[::String, ::String]

Returns the value of attribute document_parameters.

Returns:

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


940
941
942
# File 'sig/types.rbs', line 940

def document_parameters
  @document_parameters
end

#document_source::String

Returns the value of attribute document_source.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def document_source
  @document_source
end

#job_executions_retry_configTypes::JobExecutionsRetryConfig

Returns the value of attribute job_executions_retry_config.



939
940
941
# File 'sig/types.rbs', line 939

def job_executions_retry_config
  @job_executions_retry_config
end

#job_executions_rollout_configTypes::JobExecutionsRolloutConfig

Returns the value of attribute job_executions_rollout_config.



933
934
935
# File 'sig/types.rbs', line 933

def job_executions_rollout_config
  @job_executions_rollout_config
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def job_id
  @job_id
end

#job_template_arn::String

Returns the value of attribute job_template_arn.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def job_template_arn
  @job_template_arn
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def namespace_id
  @namespace_id
end

#presigned_url_configTypes::PresignedUrlConfig

Returns the value of attribute presigned_url_config.



931
932
933
# File 'sig/types.rbs', line 931

def presigned_url_config
  @presigned_url_config
end

#scheduling_configTypes::SchedulingConfig

Returns the value of attribute scheduling_config.



941
942
943
# File 'sig/types.rbs', line 941

def scheduling_config
  @scheduling_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



936
937
938
# File 'sig/types.rbs', line 936

def tags
  @tags
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


932
933
934
# File 'sig/types.rbs', line 932

def target_selection
  @target_selection
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


927
928
929
# File 'sig/types.rbs', line 927

def targets
  @targets
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



935
936
937
# File 'sig/types.rbs', line 935

def timeout_config
  @timeout_config
end