Class: Aws::Types::HttpRoute
- Inherits:
-
Object
- Object
- Aws::Types::HttpRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::HttpRouteAction
Returns the value of attribute action.
-
#match ⇒ Types::HttpRouteMatch
Returns the value of attribute match.
-
#retry_policy ⇒ Types::HttpRetryPolicy
Returns the value of attribute retry_policy.
-
#timeout ⇒ Types::HttpTimeout
Returns the value of attribute timeout.
Instance Attribute Details
#action ⇒ Types::HttpRouteAction
Returns the value of attribute action.
674 675 676 |
# File 'sig/types.rbs', line 674 def action @action end |
#match ⇒ Types::HttpRouteMatch
Returns the value of attribute match.
675 676 677 |
# File 'sig/types.rbs', line 675 def match @match end |
#retry_policy ⇒ Types::HttpRetryPolicy
Returns the value of attribute retry_policy.
676 677 678 |
# File 'sig/types.rbs', line 676 def retry_policy @retry_policy end |
#timeout ⇒ Types::HttpTimeout
Returns the value of attribute timeout.
677 678 679 |
# File 'sig/types.rbs', line 677 def timeout @timeout end |