Class: Aws::AppMesh::Types::DnsServiceDiscovery

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

{
  hostname: "Hostname", # required
}

An object that represents the DNS service discovery information for your virtual node.

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameString

Specifies the DNS service discovery hostname for the virtual node.

Returns:

  • (String)


1215
1216
1217
1218
# File 'lib/aws-sdk-appmesh/types.rb', line 1215

class DnsServiceDiscovery < Struct.new(
  :hostname)
  include Aws::Structure
end