class Aws::DataPipeline::Types::EvaluateExpressionInput
Contains the parameters for EvaluateExpression.
@note When making an API call, you may pass EvaluateExpressionInput
data as a hash: { pipeline_id: "id", # required object_id: "id", # required expression: "longString", # required }
@!attribute [rw] pipeline_id
The ID of the pipeline. @return [String]
@!attribute [rw] object_id
The ID of the object. @return [String]
@!attribute [rw] expression
The expression to evaluate. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/EvaluateExpressionInput AWS API Documentation
Constants
- SENSITIVE