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:

  • ("MultiRecord", "SingleRecord")


11642
11643
11644
# File 'sig/types.rbs', line 11642

def batch_strategy
  @batch_strategy
end

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

Returns the value of attribute environment.

Returns:

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


11643
11644
11645
# File 'sig/types.rbs', line 11643

def environment
  @environment
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.

Returns:

  • (::Integer)


11640
11641
11642
# File 'sig/types.rbs', line 11640

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.

Returns:

  • (::Integer)


11641
11642
11643
# File 'sig/types.rbs', line 11641

def max_payload_in_mb
  @max_payload_in_mb
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.



11644
11645
11646
# File 'sig/types.rbs', line 11644

def transform_input
  @transform_input
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.



11645
11646
11647
# File 'sig/types.rbs', line 11645

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.



11646
11647
11648
# File 'sig/types.rbs', line 11646

def transform_resources
  @transform_resources
end