Class: Aws::Types::CreateProcessingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProcessingJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_specification ⇒ Types::AppSpecification
Returns the value of attribute app_specification.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
-
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
-
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
-
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
-
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
-
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#app_specification ⇒ Types::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.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def experiment_config @experiment_config end |
#network_config ⇒ Types::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.
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.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def processing_job_name @processing_job_name end |
#processing_output_config ⇒ Types::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_resources ⇒ Types::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.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def role_arn @role_arn end |
#stopping_condition ⇒ Types::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.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def @tags end |