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

Class: Aws::AppMesh::Types::VirtualServiceSpec

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

Overview

Note:

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

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

An object that represents the specification of a virtual service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#providerTypes::VirtualServiceProvider

The App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.

Returns: