Class: Aws::Types::FieldToMatch
- Inherits:
-
Object
- Object
- Aws::Types::FieldToMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_query_arguments ⇒ Types::AllQueryArguments
Returns the value of attribute all_query_arguments.
-
#body ⇒ Types::Body
Returns the value of attribute body.
-
#cookies ⇒ Types::Cookies
Returns the value of attribute cookies.
-
#header_order ⇒ Types::HeaderOrder
Returns the value of attribute header_order.
-
#headers ⇒ Types::Headers
Returns the value of attribute headers.
-
#ja3_fingerprint ⇒ Types::JA3Fingerprint
Returns the value of attribute ja3_fingerprint.
-
#ja4_fingerprint ⇒ Types::JA4Fingerprint
Returns the value of attribute ja4_fingerprint.
-
#json_body ⇒ Types::JsonBody
Returns the value of attribute json_body.
-
#method ⇒ Types::Method
Returns the value of attribute method.
-
#query_string ⇒ Types::QueryString
Returns the value of attribute query_string.
-
#single_header ⇒ Types::SingleHeader
Returns the value of attribute single_header.
-
#single_query_argument ⇒ Types::SingleQueryArgument
Returns the value of attribute single_query_argument.
-
#uri_fragment ⇒ Types::UriFragment
Returns the value of attribute uri_fragment.
-
#uri_path ⇒ Types::UriPath
Returns the value of attribute uri_path.
Instance Attribute Details
#all_query_arguments ⇒ Types::AllQueryArguments
Returns the value of attribute all_query_arguments.
504 505 506 |
# File 'sig/types.rbs', line 504 def all_query_arguments @all_query_arguments end |
#body ⇒ Types::Body
Returns the value of attribute body.
507 508 509 |
# File 'sig/types.rbs', line 507 def body @body end |
#cookies ⇒ Types::Cookies
Returns the value of attribute cookies.
511 512 513 |
# File 'sig/types.rbs', line 511 def @cookies end |
#header_order ⇒ Types::HeaderOrder
Returns the value of attribute header_order.
512 513 514 |
# File 'sig/types.rbs', line 512 def header_order @header_order end |
#headers ⇒ Types::Headers
Returns the value of attribute headers.
510 511 512 |
# File 'sig/types.rbs', line 510 def headers @headers end |
#ja3_fingerprint ⇒ Types::JA3Fingerprint
Returns the value of attribute ja3_fingerprint.
513 514 515 |
# File 'sig/types.rbs', line 513 def ja3_fingerprint @ja3_fingerprint end |
#ja4_fingerprint ⇒ Types::JA4Fingerprint
Returns the value of attribute ja4_fingerprint.
514 515 516 |
# File 'sig/types.rbs', line 514 def ja4_fingerprint @ja4_fingerprint end |
#json_body ⇒ Types::JsonBody
Returns the value of attribute json_body.
509 510 511 |
# File 'sig/types.rbs', line 509 def json_body @json_body end |
#method ⇒ Types::Method
Returns the value of attribute method.
508 509 510 |
# File 'sig/types.rbs', line 508 def method @method end |
#query_string ⇒ Types::QueryString
Returns the value of attribute query_string.
506 507 508 |
# File 'sig/types.rbs', line 506 def query_string @query_string end |
#single_header ⇒ Types::SingleHeader
Returns the value of attribute single_header.
502 503 504 |
# File 'sig/types.rbs', line 502 def single_header @single_header end |
#single_query_argument ⇒ Types::SingleQueryArgument
Returns the value of attribute single_query_argument.
503 504 505 |
# File 'sig/types.rbs', line 503 def single_query_argument @single_query_argument end |
#uri_fragment ⇒ Types::UriFragment
Returns the value of attribute uri_fragment.
515 516 517 |
# File 'sig/types.rbs', line 515 def uri_fragment @uri_fragment end |
#uri_path ⇒ Types::UriPath
Returns the value of attribute uri_path.
505 506 507 |
# File 'sig/types.rbs', line 505 def uri_path @uri_path end |