Class: Aws::Types::GrpcRouteMatch
- Inherits:
-
Object
- Object
- Aws::Types::GrpcRouteMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata ⇒ ::Array[Types::GrpcRouteMetadata]
Returns the value of attribute metadata.
-
#method_name ⇒ ::String
Returns the value of attribute method_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#metadata ⇒ ::Array[Types::GrpcRouteMetadata]
Returns the value of attribute metadata.
528 529 530 |
# File 'sig/types.rbs', line 528 def @metadata end |
#method_name ⇒ ::String
Returns the value of attribute method_name.
529 530 531 |
# File 'sig/types.rbs', line 529 def method_name @method_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
530 531 532 |
# File 'sig/types.rbs', line 530 def port @port end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
531 532 533 |
# File 'sig/types.rbs', line 531 def service_name @service_name end |