Class: Aws::Types::SelfManagedActiveDirectoryConfigurationUpdates

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


1551
1552
1553
# File 'sig/types.rbs', line 1551

def dns_ips
  @dns_ips
end

#domain_join_service_account_secret::String

Returns the value of attribute domain_join_service_account_secret.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def 
  
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1552
1553
1554
# File 'sig/types.rbs', line 1552

def domain_name
  @domain_name
end

#file_system_administrators_group::String

Returns the value of attribute file_system_administrators_group.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

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)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def organizational_unit_distinguished_name
  @organizational_unit_distinguished_name
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def password
  @password
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def user_name
  @user_name
end