Class: Aws::Types::HttpGatewayRouteHeader

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)


618
619
620
# File 'sig/types.rbs', line 618

def invert
  @invert
end

#matchTypes::HeaderMatchMethod

Returns the value of attribute match.



619
620
621
# File 'sig/types.rbs', line 619

def match
  @match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def name
  @name
end