Class: Aws::Types::RoutingRule
- Inherits:
-
Object
- Object
- Aws::Types::RoutingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::RoutingRuleAction]
Returns the value of attribute actions.
-
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#routing_rule_arn ⇒ ::String
Returns the value of attribute routing_rule_arn.
-
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
Instance Attribute Details
#actions ⇒ ::Array[Types::RoutingRuleAction]
Returns the value of attribute actions.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def actions @actions end |
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def conditions @conditions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def priority @priority end |
#routing_rule_arn ⇒ ::String
Returns the value of attribute routing_rule_arn.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def routing_rule_arn @routing_rule_arn end |
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def routing_rule_id @routing_rule_id end |