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

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def method
  @method
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def query_string
  @query_string
end

#single_headerTypes::SingleHeader

Returns the value of attribute single_header.

Returns:



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.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def uri_path
  @uri_path
end