Class: Aws::Types::RoutingRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::RoutingRuleInput
- 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.
Instance Attribute Details
#actions ⇒ ::Array[Types::RoutingRuleAction]
Returns the value of attribute actions.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def actions @actions end |
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def conditions @conditions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def priority @priority end |