Class: Aws::VPCLattice::Types::HeaderMatch

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

Overview

Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitiveBoolean

Indicates whether the match is case sensitive.

Returns:

  • (Boolean)


2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2682

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

#matchTypes::HeaderMatchType

The header match type.



2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2682

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

#nameString

The name of the header.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2682

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