Class: Aws::Types::SelfManagedActiveDirectoryConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ips::Array[::String]

Returns the value of attribute dns_ips.

Returns:

  • (::Array[::String])


1543
1544
1545
# File 'sig/types.rbs', line 1543

def dns_ips
  @dns_ips
end

#domain_join_service_account_secret::String

Returns the value of attribute domain_join_service_account_secret.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def 
  
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def domain_name
  @domain_name
end

#file_system_administrators_group::String

Returns the value of attribute file_system_administrators_group.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def file_system_administrators_group
  @file_system_administrators_group
end

#organizational_unit_distinguished_name::String

Returns the value of attribute organizational_unit_distinguished_name.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def organizational_unit_distinguished_name
  @organizational_unit_distinguished_name
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def password
  @password
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def user_name
  @user_name
end