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 elements from this collection. 
Instance Attribute Details
#any_of ⇒ Array<String>
The elements from this collection.
| 5943 5944 5945 5946 5947 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5943 class RoutingRuleMatchBasePaths < Struct.new( :any_of) SENSITIVE = [] include Aws::Structure end |