Class: Aws::AppMesh::Types::MeshServiceDiscovery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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

Instance Attribute Details

#ip_preferenceString

The IP version to use to control traffic within the mesh.

Returns:

  • (String)


3709
3710
3711
3712
3713
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3709

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