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.

Returns:



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.

Returns:



2823
2824
2825
# File 'sig/types.rbs', line 2823

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.

Returns:



2827
2828
2829
# File 'sig/types.rbs', line 2827

def experiment_config
  @experiment_config
end

#network_configTypes::NetworkConfig

Returns the value of attribute network_config.

Returns:



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.

Returns:



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.

Returns:



2819
2820
2821
# File 'sig/types.rbs', line 2819

def processing_job_name
  @processing_job_name
end

#processing_output_configTypes::ProcessingOutputConfig

Returns the value of attribute processing_output_config.

Returns:



2818
2819
2820
# File 'sig/types.rbs', line 2818

def processing_output_config
  @processing_output_config
end

#processing_resourcesTypes::ProcessingResources

Returns the value of attribute processing_resources.

Returns:



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.

Returns:



2825
2826
2827
# File 'sig/types.rbs', line 2825

def role_arn
  @role_arn
end

#stopping_conditionTypes::ProcessingStoppingCondition

Returns the value of attribute stopping_condition.

Returns:



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.

Returns:



2826
2827
2828
# File 'sig/types.rbs', line 2826

def tags
  @tags
end