Class: Aws::Types::GatewayRouteSpec

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grpc_routeTypes::GrpcGatewayRoute

Returns the value of attribute grpc_route.



427
428
429
# File 'sig/types.rbs', line 427

def grpc_route
  @grpc_route
end

#http2_routeTypes::HttpGatewayRoute

Returns the value of attribute http2_route.



428
429
430
# File 'sig/types.rbs', line 428

def http2_route
  @http2_route
end

#http_routeTypes::HttpGatewayRoute

Returns the value of attribute http_route.



429
430
431
# File 'sig/types.rbs', line 429

def http_route
  @http_route
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def priority
  @priority
end