Class: Aws::Types::HttpRouteHeader
- Inherits:
-
Object
- Object
- Aws::Types::HttpRouteHeader
- 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.
687 688 689 |
# File 'sig/types.rbs', line 687 def invert @invert end |
#match ⇒ Types::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.
689 690 691 |
# File 'sig/types.rbs', line 689 def name @name end |