Class: Aws::Types::DirectoryConnectSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_dns_ips::Array[::String]

Returns the value of attribute customer_dns_ips.

Returns:

  • (::Array[::String])


665
666
667
# File 'sig/types.rbs', line 665

def customer_dns_ips
  @customer_dns_ips
end

#customer_dns_ips_v6::Array[::String]

Returns the value of attribute customer_dns_ips_v6.

Returns:

  • (::Array[::String])


666
667
668
# File 'sig/types.rbs', line 666

def customer_dns_ips_v6
  @customer_dns_ips_v6
end

#customer_user_name::String

Returns the value of attribute customer_user_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def customer_user_name
  @customer_user_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


664
665
666
# File 'sig/types.rbs', line 664

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def vpc_id
  @vpc_id
end