Class: Aws::Types::HttpGatewayRouteHeader
- Inherits:
-
Object
- Object
- Aws::Types::HttpGatewayRouteHeader
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invert ⇒ Boolean
Returns the value of attribute invert.
-
#match ⇒ Types::HeaderMatchMethod
Returns the value of attribute match.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#invert ⇒ Boolean
Returns the value of attribute invert.
618 619 620 |
# File 'sig/types.rbs', line 618 def invert @invert end |
#match ⇒ Types::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.
620 621 622 |
# File 'sig/types.rbs', line 620 def name @name end |