Class: Aws::AppMesh::Types::GatewayRouteTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteTarget
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass GatewayRouteTarget data as a hash:
{
virtual_service: { # required
virtual_service_name: "ResourceName", # required
},
}
An object that represents a gateway route target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_service ⇒ Types::GatewayRouteVirtualService
An object that represents a virtual service gateway route target.
Instance Attribute Details
#virtual_service ⇒ Types::GatewayRouteVirtualService
An object that represents a virtual service gateway route target.
2980 2981 2982 2983 2984 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2980 class GatewayRouteTarget < Struct.new( :virtual_service) SENSITIVE = [] include Aws::Structure end |