Class: Aws::Types::RouteSpec

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grpc_routeTypes::GrpcRoute

Returns the value of attribute grpc_route.

Returns:



1051
1052
1053
# File 'sig/types.rbs', line 1051

def grpc_route
  @grpc_route
end

#http2_routeTypes::HttpRoute

Returns the value of attribute http2_route.

Returns:



1052
1053
1054
# File 'sig/types.rbs', line 1052

def http2_route
  @http2_route
end

#http_routeTypes::HttpRoute

Returns the value of attribute http_route.

Returns:



1053
1054
1055
# File 'sig/types.rbs', line 1053

def http_route
  @http_route
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def priority
  @priority
end

#tcp_routeTypes::TcpRoute

Returns the value of attribute tcp_route.

Returns:



1055
1056
1057
# File 'sig/types.rbs', line 1055

def tcp_route
  @tcp_route
end