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.
6950 6951 6952 |
# File 'sig/types.rbs', line 6950 def expiry @expiry end |
#expression ⇒ Types::Expression
Returns the value of attribute expression.
6951 6952 6953 |
# File 'sig/types.rbs', line 6951 def expression @expression end |