Class: Aws::Types::HeaderMatchType

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

Defined Under Namespace

Classes: Contains, Exact, Prefix, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contains::String

Returns the value of attribute contains.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def contains
  @contains
end

#exact::String

Returns the value of attribute exact.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def exact
  @exact
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def prefix
  @prefix
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


804
805
806
# File 'sig/types.rbs', line 804

def unknown
  @unknown
end