Class: Aws::Types::HttpMatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#header_matches::Array[Types::HeaderMatch]

Returns the value of attribute header_matches.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def header_matches
  @header_matches
end

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def method
  @method
end

#path_matchTypes::PathMatch

Returns the value of attribute path_match.

Returns:



833
834
835
# File 'sig/types.rbs', line 833

def path_match
  @path_match
end