Class: Aws::Types::DnsOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_preference"VERIFIED_DOMAINS_ONLY", ...

Returns the value of attribute private_dns_preference.

Returns:

  • ("VERIFIED_DOMAINS_ONLY", "ALL_DOMAINS", "VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS", "SPECIFIED_DOMAINS_ONLY")


475
476
477
# File 'sig/types.rbs', line 475

def private_dns_preference
  @private_dns_preference
end

#private_dns_specified_domains::Array[::String]

Returns the value of attribute private_dns_specified_domains.

Returns:

  • (::Array[::String])


476
477
478
# File 'sig/types.rbs', line 476

def private_dns_specified_domains
  @private_dns_specified_domains
end