Class: Aws::Types::HttpRoute

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::HttpRouteAction

Returns the value of attribute action.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def action
  @action
end

#matchTypes::HttpRouteMatch

Returns the value of attribute match.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def match
  @match
end

#retry_policyTypes::HttpRetryPolicy

Returns the value of attribute retry_policy.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def retry_policy
  @retry_policy
end

#timeoutTypes::HttpTimeout

Returns the value of attribute timeout.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def timeout
  @timeout
end