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)


227
228
229
# File 'sig/types.rbs', line 227

def method
  @method
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def query_string
  @query_string
end

#single_headerTypes::SingleHeader

Returns the value of attribute single_header.

Returns:



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

def single_header
  @single_header
end

#uri_path::String

Returns the value of attribute uri_path.

Returns:

  • (::String)


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

def uri_path
  @uri_path
end