Class: Aws::Types::HttpMatch
- Inherits:
-
Object
- Object
- Aws::Types::HttpMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#header_matches ⇒ ::Array[Types::HeaderMatch]
Returns the value of attribute header_matches.
-
#method ⇒ ::String
Returns the value of attribute method.
-
#path_match ⇒ Types::PathMatch
Returns the value of attribute path_match.
Instance Attribute Details
#header_matches ⇒ ::Array[Types::HeaderMatch]
Returns the value of attribute header_matches.
834 835 836 |
# File 'sig/types.rbs', line 834 def header_matches @header_matches end |
#method ⇒ ::String
Returns the value of attribute method.
832 833 834 |
# File 'sig/types.rbs', line 832 def method @method end |
#path_match ⇒ Types::PathMatch
Returns the value of attribute path_match.
833 834 835 |
# File 'sig/types.rbs', line 833 def path_match @path_match end |