Class: Aws::Types::DirectoryConfig
- Inherits:
-
Object
- Object
- Aws::Types::DirectoryConfig
- 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.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
930 931 932 |
# File 'sig/types.rbs', line 930 def certificate_based_auth_properties @certificate_based_auth_properties end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
929 930 931 |
# File 'sig/types.rbs', line 929 def created_time @created_time end |
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
926 927 928 |
# File 'sig/types.rbs', line 926 def directory_name @directory_name end |
#organizational_unit_distinguished_names ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_distinguished_names.
927 928 929 |
# File 'sig/types.rbs', line 927 def organizational_unit_distinguished_names @organizational_unit_distinguished_names end |
#service_account_credentials ⇒ Types::ServiceAccountCredentials
Returns the value of attribute service_account_credentials.
928 929 930 |
# File 'sig/types.rbs', line 928 def service_account_credentials @service_account_credentials end |