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.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def app_specification @app_specification end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def experiment_config @experiment_config end |
#network_config ⇒ Types::NetworkConfig
Returns the value of attribute network_config.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def network_config @network_config end |
#processing_inputs ⇒ ::Array[Types::ProcessingInput]
Returns the value of attribute processing_inputs.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def processing_inputs @processing_inputs end |
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def processing_job_name @processing_job_name end |
#processing_output_config ⇒ Types::ProcessingOutputConfig
Returns the value of attribute processing_output_config.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def processing_output_config @processing_output_config end |
#processing_resources ⇒ Types::ProcessingResources
Returns the value of attribute processing_resources.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def processing_resources @processing_resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def role_arn @role_arn end |
#stopping_condition ⇒ Types::ProcessingStoppingCondition
Returns the value of attribute stopping_condition.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def @tags end |