Method: Aws::AppMesh::Types::GatewayRouteData#virtual_gateway_name

Defined in:
lib/aws-sdk-appmesh/types.rb

#virtual_gateway_nameString

The virtual gateway that the gateway route is associated with.

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'lib/aws-sdk-appmesh/types.rb', line 1545

class GatewayRouteData < Struct.new(
  :gateway_route_name,
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_gateway_name)
  SENSITIVE = []
  include Aws::Structure
end