Class: Aws::Types::DnsServiceDiscovery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def hostname
  @hostname
end

#ip_preference"IPv6_PREFERRED", ...

Returns the value of attribute ip_preference.

Returns:

  • ("IPv6_PREFERRED", "IPv4_PREFERRED", "IPv4_ONLY", "IPv6_ONLY")


365
366
367
# File 'sig/types.rbs', line 365

def ip_preference
  @ip_preference
end

#response_type"LOADBALANCER", "ENDPOINTS"

Returns the value of attribute response_type.

Returns:

  • ("LOADBALANCER", "ENDPOINTS")


366
367
368
# File 'sig/types.rbs', line 366

def response_type
  @response_type
end