Class: Aws::Types::CreateRoutingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoutingRuleRequest
- 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.
Instance Attribute Details
#actions ⇒ ::Array[Types::RoutingRuleAction]
Returns the value of attribute actions.
670 671 672 |
# File 'sig/types.rbs', line 670 def actions @actions end |
#conditions ⇒ ::Array[Types::RoutingRuleCondition]
Returns the value of attribute conditions.
671 672 673 |
# File 'sig/types.rbs', line 671 def conditions @conditions end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
672 673 674 |
# File 'sig/types.rbs', line 672 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def domain_name_id @domain_name_id end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
674 675 676 |
# File 'sig/types.rbs', line 674 def priority @priority end |