Class: Aws::Types::EvaluateExpressionInput
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateExpressionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#object_id ⇒ ::String
Returns the value of attribute object_id.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
85 86 87 |
# File 'sig/types.rbs', line 85 def expression @expression end |
#object_id ⇒ ::String
Returns the value of attribute object_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def object_id @object_id end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def pipeline_id @pipeline_id end |