Class: Aws::AppMesh::Types::MeshServiceDiscovery
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::MeshServiceDiscovery
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents the service discovery information for a service mesh.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ip_preference  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP version to use to control traffic within the mesh.
 
Instance Attribute Details
#ip_preference ⇒ String
The IP version to use to control traffic within the mesh.
      3709 3710 3711 3712 3713  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3709 class MeshServiceDiscovery < Struct.new( :ip_preference) SENSITIVE = [] include Aws::Structure end  |