Class: Aws::Types::CreateConditionalForwarderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def directory_id
  @directory_id
end

#dns_ip_addrs::Array[::String]

Returns the value of attribute dns_ip_addrs.

Returns:

  • (::Array[::String])


264
265
266
# File 'sig/types.rbs', line 264

def dns_ip_addrs
  @dns_ip_addrs
end

#dns_ipv_6_addrs::Array[::String]

Returns the value of attribute dns_ipv_6_addrs.

Returns:

  • (::Array[::String])


265
266
267
# File 'sig/types.rbs', line 265

def dns_ipv_6_addrs
  @dns_ipv_6_addrs
end

#remote_domain_name::String

Returns the value of attribute remote_domain_name.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def remote_domain_name
  @remote_domain_name
end