Class: Aws::Types::GrpcRouteMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GrpcRouteMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invert ⇒ Boolean
Returns the value of attribute invert.
-
#match ⇒ Types::GrpcRouteMetadataMatchMethod
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.
536 537 538 |
# File 'sig/types.rbs', line 536 def invert @invert end |
#match ⇒ Types::GrpcRouteMetadataMatchMethod
Returns the value of attribute match.
537 538 539 |
# File 'sig/types.rbs', line 537 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
538 539 540 |
# File 'sig/types.rbs', line 538 def name @name end |