Class: Aws::Types::DnsOptionsSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_ip_type"ipv4", ...

Returns the value of attribute dns_record_ip_type.

Returns:

  • ("ipv4", "dualstack", "ipv6", "service-defined")


8580
8581
8582
# File 'sig/types.rbs', line 8580

def dns_record_ip_type
  @dns_record_ip_type
end

#private_dns_only_for_inbound_resolver_endpointBoolean

Returns the value of attribute private_dns_only_for_inbound_resolver_endpoint.

Returns:

  • (Boolean)


8581
8582
8583
# File 'sig/types.rbs', line 8581

def private_dns_only_for_inbound_resolver_endpoint
  @private_dns_only_for_inbound_resolver_endpoint
end

#private_dns_preference::String

Returns the value of attribute private_dns_preference.

Returns:

  • (::String)


8582
8583
8584
# File 'sig/types.rbs', line 8582

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])


8583
8584
8585
# File 'sig/types.rbs', line 8583

def private_dns_specified_domains
  @private_dns_specified_domains
end