Class: Aws::Types::HttpRouteHeader

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invertBoolean

Returns the value of attribute invert.

Returns:

  • (Boolean)


687
688
689
# File 'sig/types.rbs', line 687

def invert
  @invert
end

#matchTypes::HeaderMatchMethod

Returns the value of attribute match.



688
689
690
# File 'sig/types.rbs', line 688

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def name
  @name
end