Class: Aws::Types::Transform
- Inherits:
-
Object
- Object
- Aws::Types::Transform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#processing_config ⇒ Types::TransformProcessingConfig
Returns the value of attribute processing_config.
-
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def expression @expression end |
#processing_config ⇒ Types::TransformProcessingConfig
Returns the value of attribute processing_config.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def processing_config @processing_config end |
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def variables @variables end |