Class: Aws::Types::RoutingCriteriaInputStep
- Inherits:
-
Object
- Object
- Aws::Types::RoutingCriteriaInputStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry ⇒ Types::RoutingCriteriaInputStepExpiry
Returns the value of attribute expiry.
-
#expression ⇒ Types::Expression
Returns the value of attribute expression.
Instance Attribute Details
#expiry ⇒ Types::RoutingCriteriaInputStepExpiry
Returns the value of attribute expiry.
6697 6698 6699 |
# File 'sig/types.rbs', line 6697 def expiry @expiry end |
#expression ⇒ Types::Expression
Returns the value of attribute expression.
6698 6699 6700 |
# File 'sig/types.rbs', line 6698 def expression @expression end |