Class: Aws::Types::TcpRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::TcpRouteAction

Returns the value of attribute action.



1109
1110
1111
# File 'sig/types.rbs', line 1109

def action
  @action
end

#matchTypes::TcpRouteMatch

Returns the value of attribute match.



1110
1111
1112
# File 'sig/types.rbs', line 1110

def match
  @match
end

#timeoutTypes::TcpTimeout

Returns the value of attribute timeout.

Returns:



1111
1112
1113
# File 'sig/types.rbs', line 1111

def timeout
  @timeout
end