Class: Aws::Types::DnsServiceDiscovery
- Inherits:
-
Object
- Object
- Aws::Types::DnsServiceDiscovery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_preference ⇒ "IPv6_PREFERRED", ...
Returns the value of attribute ip_preference.
-
#response_type ⇒ "LOADBALANCER", "ENDPOINTS"
Returns the value of attribute response_type.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
364 365 366 |
# File 'sig/types.rbs', line 364 def hostname @hostname end |
#ip_preference ⇒ "IPv6_PREFERRED", ...
Returns the value of attribute ip_preference.
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.
366 367 368 |
# File 'sig/types.rbs', line 366 def response_type @response_type end |