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)


3041
3042
3043
3044
3045
3046
3047
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3041

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

#matchTypes::HeaderMatchType

The header match type.



3041
3042
3043
3044
3045
3046
3047
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3041

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

#nameString

The name of the header.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3041

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