Class: Aws::Types::SelfManagedActiveDirectoryConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::SelfManagedActiveDirectoryConfigurationUpdates
- 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.
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.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def domain_join_service_account_secret @domain_join_service_account_secret end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def user_name @user_name end |