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.
6957 6958 6959 |
# File 'sig/types.rbs', line 6957 def @activation_timestamp end |
#index ⇒ ::Integer
Returns the value of attribute index.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def index @index end |
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
6956 6957 6958 |
# File 'sig/types.rbs', line 6956 def steps @steps end |