Class: Aws::Types::TransformJobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TransformJobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
Returns the value of attribute batch_strategy.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#max_concurrent_transforms ⇒ ::Integer
Returns the value of attribute max_concurrent_transforms.
-
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
-
#transform_input ⇒ Types::TransformInput
Returns the value of attribute transform_input.
-
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
-
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
Instance Attribute Details
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
Returns the value of attribute batch_strategy.
11619 11620 11621 |
# File 'sig/types.rbs', line 11619 def batch_strategy @batch_strategy end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
11620 11621 11622 |
# File 'sig/types.rbs', line 11620 def environment @environment end |
#max_concurrent_transforms ⇒ ::Integer
Returns the value of attribute max_concurrent_transforms.
11617 11618 11619 |
# File 'sig/types.rbs', line 11617 def max_concurrent_transforms @max_concurrent_transforms end |
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
11618 11619 11620 |
# File 'sig/types.rbs', line 11618 def max_payload_in_mb @max_payload_in_mb end |
#transform_input ⇒ Types::TransformInput
Returns the value of attribute transform_input.
11621 11622 11623 |
# File 'sig/types.rbs', line 11621 def transform_input @transform_input end |
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
11622 11623 11624 |
# File 'sig/types.rbs', line 11622 def transform_output @transform_output end |
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
11623 11624 11625 |
# File 'sig/types.rbs', line 11623 def transform_resources @transform_resources end |