Class: Aws::Types::CreateJobTemplateRequest

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:



961
962
963
# File 'sig/types.rbs', line 961

def abort_config
  @abort_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def description
  @description
end

#destination_package_versions::Array[::String]

Returns the value of attribute destination_package_versions.

Returns:

  • (::Array[::String])


966
967
968
# File 'sig/types.rbs', line 966

def destination_package_versions
  @destination_package_versions
end

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def document
  @document
end

#document_source::String

Returns the value of attribute document_source.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def document_source
  @document_source
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def job_arn
  @job_arn
end

#job_executions_retry_configTypes::JobExecutionsRetryConfig

Returns the value of attribute job_executions_retry_config.



964
965
966
# File 'sig/types.rbs', line 964

def job_executions_retry_config
  @job_executions_retry_config
end

#job_executions_rollout_configTypes::JobExecutionsRolloutConfig

Returns the value of attribute job_executions_rollout_config.



960
961
962
# File 'sig/types.rbs', line 960

def job_executions_rollout_config
  @job_executions_rollout_config
end

#job_template_id::String

Returns the value of attribute job_template_id.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def job_template_id
  @job_template_id
end

#maintenance_windows::Array[Types::MaintenanceWindow]

Returns the value of attribute maintenance_windows.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def maintenance_windows
  @maintenance_windows
end

#presigned_url_configTypes::PresignedUrlConfig

Returns the value of attribute presigned_url_config.



959
960
961
# File 'sig/types.rbs', line 959

def presigned_url_config
  @presigned_url_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def tags
  @tags
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



962
963
964
# File 'sig/types.rbs', line 962

def timeout_config
  @timeout_config
end