Class: Aws::Types::TransformJobDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#batch_strategy"MultiRecord", "SingleRecord"

Returns the value of attribute batch_strategy.

Returns:



11703
11704
11705
# File 'sig/types.rbs', line 11703

def batch_strategy
  @batch_strategy
end

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

Returns the value of attribute environment.

Returns:



11704
11705
11706
# File 'sig/types.rbs', line 11704

def environment
  @environment
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.

Returns:



11701
11702
11703
# File 'sig/types.rbs', line 11701

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.

Returns:



11702
11703
11704
# File 'sig/types.rbs', line 11702

def max_payload_in_mb
  @max_payload_in_mb
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.

Returns:



11705
11706
11707
# File 'sig/types.rbs', line 11705

def transform_input
  @transform_input
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.

Returns:



11706
11707
11708
# File 'sig/types.rbs', line 11706

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.

Returns:



11707
11708
11709
# File 'sig/types.rbs', line 11707

def transform_resources
  @transform_resources
end