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.
3572 3573 3574 |
# File 'sig/types.rbs', line 3572 def expression @expression end |
#processing_config ⇒ Types::TransformProcessingConfig
Returns the value of attribute processing_config.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def processing_config @processing_config end |
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def variables @variables end |