Class: Aws::AppMesh::Types::Backend

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

Note:

When making an API call, you may pass Backend data as a hash:

{
  virtual_service: {
    virtual_service_name: "ServiceName", # required
  },
}

An object that represents the backends that a virtual node is expected to send outbound traffic to.

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_serviceTypes::VirtualServiceBackend

Specifies a virtual service to use as a backend for a virtual node.



1389
1390
1391
1392
# File 'lib/aws-sdk-appmesh/types.rb', line 1389

class Backend < Struct.new(
  :virtual_service)
  include Aws::Structure
end