Class: Aws::Types::RoutingCriteria
- Inherits:
-
Object
- Object
- Aws::Types::RoutingCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_timestamp ⇒ ::Time
Returns the value of attribute activation_timestamp.
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
Instance Attribute Details
#activation_timestamp ⇒ ::Time
Returns the value of attribute activation_timestamp.
6845 6846 6847 |
# File 'sig/types.rbs', line 6845 def @activation_timestamp end |
#index ⇒ ::Integer
Returns the value of attribute index.
6846 6847 6848 |
# File 'sig/types.rbs', line 6846 def index @index end |
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def steps @steps end |