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

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def data
  @data
end

#type"URI", ...

Returns the value of attribute type.

Returns:

  • ("URI", "QUERY_STRING", "HEADER", "METHOD", "BODY", "SINGLE_QUERY_ARG", "ALL_QUERY_ARGS")


369
370
371
# File 'sig/types.rbs', line 369

def type
  @type
end