Class: Aws::Types::FieldToMatch
- Inherits:
-
Object
- Object
- Aws::Types::FieldToMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#method ⇒ ::String
Returns the value of attribute method.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#single_header ⇒ Types::SingleHeader
Returns the value of attribute single_header.
-
#uri_path ⇒ ::String
Returns the value of attribute uri_path.
Instance Attribute Details
#method ⇒ ::String
Returns the value of attribute method.
224 225 226 |
# File 'sig/types.rbs', line 224 def method @method end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
223 224 225 |
# File 'sig/types.rbs', line 223 def query_string @query_string end |
#single_header ⇒ Types::SingleHeader
Returns the value of attribute single_header.
221 222 223 |
# File 'sig/types.rbs', line 221 def single_header @single_header end |
#uri_path ⇒ ::String
Returns the value of attribute uri_path.
222 223 224 |
# File 'sig/types.rbs', line 222 def uri_path @uri_path end |