Class: Aws::ApiGatewayV2::Types::RoutingRuleMatchBasePaths
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RoutingRuleMatchBasePaths
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a MatchBasePaths condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#any_of ⇒ Array<String>
The string of the case sensitive base path to be matched.
Instance Attribute Details
#any_of ⇒ Array<String>
The string of the case sensitive base path to be matched.
7975 7976 7977 7978 7979 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7975 class RoutingRuleMatchBasePaths < Struct.new( :any_of) SENSITIVE = [] include Aws::Structure end |