Class: Aws::Types::FieldToMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_query_argumentsTypes::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

#bodyTypes::Body

Returns the value of attribute body.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def body
  @body
end

#cookiesTypes::Cookies

Returns the value of attribute cookies.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def cookies
  @cookies
end

#header_orderTypes::HeaderOrder

Returns the value of attribute header_order.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def header_order
  @header_order
end

#headersTypes::Headers

Returns the value of attribute headers.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def headers
  @headers
end

#ja3_fingerprintTypes::JA3Fingerprint

Returns the value of attribute ja3_fingerprint.



513
514
515
# File 'sig/types.rbs', line 513

def ja3_fingerprint
  @ja3_fingerprint
end

#ja4_fingerprintTypes::JA4Fingerprint

Returns the value of attribute ja4_fingerprint.



514
515
516
# File 'sig/types.rbs', line 514

def ja4_fingerprint
  @ja4_fingerprint
end

#json_bodyTypes::JsonBody

Returns the value of attribute json_body.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def json_body
  @json_body
end

#methodTypes::Method

Returns the value of attribute method.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def method
  @method
end

#query_stringTypes::QueryString

Returns the value of attribute query_string.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def query_string
  @query_string
end

#single_headerTypes::SingleHeader

Returns the value of attribute single_header.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def single_header
  @single_header
end

#single_query_argumentTypes::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_fragmentTypes::UriFragment

Returns the value of attribute uri_fragment.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def uri_fragment
  @uri_fragment
end

#uri_pathTypes::UriPath

Returns the value of attribute uri_path.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def uri_path
  @uri_path
end