Class: Aws::Types::RoutingRule
- Inherits:
-
Object
- Object
- Aws::Types::RoutingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::Condition
Returns the value of attribute condition.
-
#redirect ⇒ Types::Redirect
Returns the value of attribute redirect.
Instance Attribute Details
#condition ⇒ Types::Condition
Returns the value of attribute condition.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def condition @condition end |
#redirect ⇒ Types::Redirect
Returns the value of attribute redirect.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def redirect @redirect end |