Class: Aws::Types::GrpcGatewayRouteMatch
- Inherits:
-
Object
- Object
- Aws::Types::GrpcGatewayRouteMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ Types::GatewayRouteHostnameMatch
Returns the value of attribute hostname.
-
#metadata ⇒ ::Array[Types::GrpcGatewayRouteMetadata]
Returns the value of attribute metadata.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#hostname ⇒ Types::GatewayRouteHostnameMatch
Returns the value of attribute hostname.
463 464 465 |
# File 'sig/types.rbs', line 463 def hostname @hostname end |
#metadata ⇒ ::Array[Types::GrpcGatewayRouteMetadata]
Returns the value of attribute metadata.
464 465 466 |
# File 'sig/types.rbs', line 464 def @metadata end |
#port ⇒ ::Integer
Returns the value of attribute port.
465 466 467 |
# File 'sig/types.rbs', line 465 def port @port end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
466 467 468 |
# File 'sig/types.rbs', line 466 def service_name @service_name end |