Class: Aws::ApiGatewayV2::Types::RoutingRuleMatchBasePaths

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents a MatchBasePaths condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#any_ofArray<String>

The string of the case sensitive base path to be matched.

Returns:

  • (Array<String>)


7975
7976
7977
7978
7979
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7975

class RoutingRuleMatchBasePaths < Struct.new(
  :any_of)
  SENSITIVE = []
  include Aws::Structure
end