Class: Aws::ApiGatewayV2::Types::RoutingRuleMatchHeaders
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RoutingRuleMatchHeaders
- 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
-
#any_of ⇒ Array<Types::RoutingRuleMatchHeaderValue>
The elements from this collection.
Instance Attribute Details
#any_of ⇒ Array<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 |