Class: Aws::Types::Transformation
- Inherits:
-
Object
- Object
- Aws::Types::Transformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#step_to_apply ⇒ "POST_CHUNKING"
Returns the value of attribute step_to_apply.
-
#transformation_function ⇒ Types::TransformationFunction
Returns the value of attribute transformation_function.
Instance Attribute Details
#step_to_apply ⇒ "POST_CHUNKING"
Returns the value of attribute step_to_apply.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def step_to_apply @step_to_apply end |
#transformation_function ⇒ Types::TransformationFunction
Returns the value of attribute transformation_function.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def transformation_function @transformation_function end |