Class: Aws::AppMesh::Types::VirtualNodeServiceProvider

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

Overview

An object that represents a virtual node service provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_node_nameString

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

Returns:

  • (String)


5908
5909
5910
5911
5912
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5908

class VirtualNodeServiceProvider < Struct.new(
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end