Class: Aws::Types::PutRoutingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRoutingRuleRequest
- 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.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#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.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def actions @actions end |
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def conditions @conditions end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def domain_name_id @domain_name_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def priority @priority end |
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def routing_rule_id @routing_rule_id end |