Class: Aws::Types::CreateProcessingJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_specificationTypes::AppSpecification

Returns the value of attribute app_specification.



2805
2806
2807
# File 'sig/types.rbs', line 2805

def app_specification
  @app_specification
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

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


2806
2807
2808
# File 'sig/types.rbs', line 2806

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



2810
2811
2812
# File 'sig/types.rbs', line 2810

def experiment_config
  @experiment_config
end

#network_configTypes::NetworkConfig

Returns the value of attribute network_config.



2807
2808
2809
# File 'sig/types.rbs', line 2807

def network_config
  @network_config
end

#processing_inputs::Array[Types::ProcessingInput]

Returns the value of attribute processing_inputs.

Returns:



2800
2801
2802
# File 'sig/types.rbs', line 2800

def processing_inputs
  @processing_inputs
end

#processing_job_name::String

Returns the value of attribute processing_job_name.

Returns:

  • (::String)


2802
2803
2804
# File 'sig/types.rbs', line 2802

def processing_job_name
  @processing_job_name
end

#processing_output_configTypes::ProcessingOutputConfig

Returns the value of attribute processing_output_config.



2801
2802
2803
# File 'sig/types.rbs', line 2801

def processing_output_config
  @processing_output_config
end

#processing_resourcesTypes::ProcessingResources

Returns the value of attribute processing_resources.



2803
2804
2805
# File 'sig/types.rbs', line 2803

def processing_resources
  @processing_resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def role_arn
  @role_arn
end

#stopping_conditionTypes::ProcessingStoppingCondition

Returns the value of attribute stopping_condition.



2804
2805
2806
# File 'sig/types.rbs', line 2804

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2809
2810
2811
# File 'sig/types.rbs', line 2809

def tags
  @tags
end