Class: Aws::VPCLattice::Types::HttpMatch

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

Overview

Describes criteria that can be applied to incoming requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#header_matchesArray<Types::HeaderMatch>

The header matches. Matches incoming requests with rule based on request header value before applying rule action.

Returns:



2006
2007
2008
2009
2010
2011
2012
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2006

class HttpMatch < Struct.new(
  :header_matches,
  :method,
  :path_match)
  SENSITIVE = []
  include Aws::Structure
end

#methodString

The HTTP method type.

Returns:

  • (String)


2006
2007
2008
2009
2010
2011
2012
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2006

class HttpMatch < Struct.new(
  :header_matches,
  :method,
  :path_match)
  SENSITIVE = []
  include Aws::Structure
end

#path_matchTypes::PathMatch

The path match.

Returns:



2006
2007
2008
2009
2010
2011
2012
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2006

class HttpMatch < Struct.new(
  :header_matches,
  :method,
  :path_match)
  SENSITIVE = []
  include Aws::Structure
end