Class: Aws::Types::Transform

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


3572
3573
3574
# File 'sig/types.rbs', line 3572

def expression
  @expression
end

#processing_configTypes::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.

Returns:



3573
3574
3575
# File 'sig/types.rbs', line 3573

def variables
  @variables
end