Class: Aws::Types::GrpcRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::GrpcRouteAction

Returns the value of attribute action.



515
516
517
# File 'sig/types.rbs', line 515

def action
  @action
end

#matchTypes::GrpcRouteMatch

Returns the value of attribute match.



516
517
518
# File 'sig/types.rbs', line 516

def match
  @match
end

#retry_policyTypes::GrpcRetryPolicy

Returns the value of attribute retry_policy.



517
518
519
# File 'sig/types.rbs', line 517

def retry_policy
  @retry_policy
end

#timeoutTypes::GrpcTimeout

Returns the value of attribute timeout.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def timeout
  @timeout
end