Class: Aws::AppMesh::Types::VirtualServiceBackend

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 VirtualServiceBackend data as a hash:

{
  virtual_service_name: "ServiceName", # required
}

An object representing a virtual service backend for a virtual node.

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_service_nameString

The name of the virtual service that is acting as a virtual node backend.

Returns:

  • (String)


550
551
552
553
# File 'lib/aws-sdk-appmesh/types.rb', line 550

class VirtualServiceBackend < Struct.new(
  :virtual_service_name)
  include Aws::Structure
end