Class: Aws::Types::PutRoutingRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutRoutingRuleResponse
- 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.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def actions @actions end |
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def conditions @conditions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def priority @priority end |
#routing_rule_arn ⇒ ::String
Returns the value of attribute routing_rule_arn.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def routing_rule_arn @routing_rule_arn end |
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def routing_rule_id @routing_rule_id end |