Class: Aws::Types::GrpcRoute
- Inherits:
-
Object
- Object
- Aws::Types::GrpcRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::GrpcRouteAction
Returns the value of attribute action.
-
#match ⇒ Types::GrpcRouteMatch
Returns the value of attribute match.
-
#retry_policy ⇒ Types::GrpcRetryPolicy
Returns the value of attribute retry_policy.
-
#timeout ⇒ Types::GrpcTimeout
Returns the value of attribute timeout.
Instance Attribute Details
#action ⇒ Types::GrpcRouteAction
Returns the value of attribute action.
515 516 517 |
# File 'sig/types.rbs', line 515 def action @action end |
#match ⇒ Types::GrpcRouteMatch
Returns the value of attribute match.
516 517 518 |
# File 'sig/types.rbs', line 516 def match @match end |
#retry_policy ⇒ Types::GrpcRetryPolicy
Returns the value of attribute retry_policy.
517 518 519 |
# File 'sig/types.rbs', line 517 def retry_policy @retry_policy end |
#timeout ⇒ Types::GrpcTimeout
Returns the value of attribute timeout.
518 519 520 |
# File 'sig/types.rbs', line 518 def timeout @timeout end |