Class: Aws::Types::SelfManagedActiveDirectoryAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SelfManagedActiveDirectoryAttributes
- 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.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def dns_ips @dns_ips end |
#domain_join_service_account_secret ⇒ ::String
Returns the value of attribute domain_join_service_account_secret.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def domain_join_service_account_secret @domain_join_service_account_secret end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def domain_name @domain_name end |
#file_system_administrators_group ⇒ ::String
Returns the value of attribute file_system_administrators_group.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def file_system_administrators_group @file_system_administrators_group end |
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def organizational_unit_distinguished_name @organizational_unit_distinguished_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def user_name @user_name end |