Class: Aws::Types::RoutingRuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::RoutingRuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_base_paths ⇒ Types::RoutingRuleMatchBasePaths
Returns the value of attribute match_base_paths.
-
#match_headers ⇒ Types::RoutingRuleMatchHeaders
Returns the value of attribute match_headers.
Instance Attribute Details
#match_base_paths ⇒ Types::RoutingRuleMatchBasePaths
Returns the value of attribute match_base_paths.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def match_base_paths @match_base_paths end |
#match_headers ⇒ Types::RoutingRuleMatchHeaders
Returns the value of attribute match_headers.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def match_headers @match_headers end |