Class: Aws::Types::DuplicateConditionExpressionFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::DuplicateConditionExpressionFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#node ⇒ ::String
Returns the value of attribute node.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
913 914 915 |
# File 'sig/types.rbs', line 913 def expression @expression end |
#node ⇒ ::String
Returns the value of attribute node.
912 913 914 |
# File 'sig/types.rbs', line 912 def node @node end |