You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::VirtualServiceProvider

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VirtualServiceProvider as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_node: {
    virtual_node_name: "ResourceName", # required
  },
  virtual_router: {
    virtual_router_name: "ResourceName", # required
  },
}

An object that represents the provider for a virtual service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_nodeTypes::VirtualNodeServiceProvider

The virtual node associated with a virtual service.

Returns:

#virtual_routerTypes::VirtualRouterServiceProvider

The virtual router associated with a virtual service.

Returns: