Class: Aws::AppMesh::Types::VirtualNodeServiceProvider
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::VirtualNodeServiceProvider
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents a virtual node service provider.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #virtual_node_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the virtual node that is acting as a service provider.
 
Instance Attribute Details
#virtual_node_name ⇒ String
The name of the virtual node that is acting as a service provider.
      5908 5909 5910 5911 5912  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 5908 class VirtualNodeServiceProvider < Struct.new( :virtual_node_name) SENSITIVE = [] include Aws::Structure end  |