Class: Aws::Types::SelfManagedActiveDirectoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SelfManagedActiveDirectoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
-
#domain_join_service_account_secret ⇒ ::String
Returns the value of attribute domain_join_service_account_secret.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#file_system_administrators_group ⇒ ::String
Returns the value of attribute file_system_administrators_group.
-
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
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.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def domain_join_service_account_secret @domain_join_service_account_secret end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def user_name @user_name end |