Class: Aws::AppMesh::Types::HttpRouteHeader

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

Overview

An object that represents the HTTP header in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invertBoolean

Specify ‘True` to match anything except the match criteria. The default value is `False`.

Returns:

  • (Boolean)


2570
2571
2572
2573
2574
2575
2576
# File 'lib/aws-sdk-appmesh/types.rb', line 2570

class HttpRouteHeader < Struct.new(
  :invert,
  :match,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::HeaderMatchMethod

The ‘HeaderMatchMethod` object.



2570
2571
2572
2573
2574
2575
2576
# File 'lib/aws-sdk-appmesh/types.rb', line 2570

class HttpRouteHeader < Struct.new(
  :invert,
  :match,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the HTTP header in the client request that will be matched on.

Returns:

  • (String)


2570
2571
2572
2573
2574
2575
2576
# File 'lib/aws-sdk-appmesh/types.rb', line 2570

class HttpRouteHeader < Struct.new(
  :invert,
  :match,
  :name)
  SENSITIVE = []
  include Aws::Structure
end