Class: Aws::Types::UpdateDirectoryConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectoryConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
Returns the value of attribute certificate_based_auth_properties.
-
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
-
#organizational_unit_distinguished_names ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_distinguished_names.
-
#service_account_credentials ⇒ Types::ServiceAccountCredentials
Returns the value of attribute service_account_credentials.
Instance Attribute Details
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
Returns the value of attribute certificate_based_auth_properties.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def certificate_based_auth_properties @certificate_based_auth_properties end |
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def directory_name @directory_name end |
#organizational_unit_distinguished_names ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_distinguished_names.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def organizational_unit_distinguished_names @organizational_unit_distinguished_names end |
#service_account_credentials ⇒ Types::ServiceAccountCredentials
Returns the value of attribute service_account_credentials.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def service_account_credentials @service_account_credentials end |