Class: Aws::Types::GrpcGatewayRouteMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GrpcGatewayRouteMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invert ⇒ Boolean
Returns the value of attribute invert.
-
#match ⇒ Types::GrpcMetadataMatchMethod
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.
471 472 473 |
# File 'sig/types.rbs', line 471 def invert @invert end |
#match ⇒ Types::GrpcMetadataMatchMethod
Returns the value of attribute match.
472 473 474 |
# File 'sig/types.rbs', line 472 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
473 474 475 |
# File 'sig/types.rbs', line 473 def name @name end |