Class: Aws::ApiGatewayV2::Types::RoutingRuleMatchHeaders

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

Overview

Represents a MatchHeaders condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#any_ofArray<Types::RoutingRuleMatchHeaderValue>

The elements from this collection.



5980
5981
5982
5983
5984
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5980

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