Class: Aws::Types::CreateDirectoryConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDirectoryConfigRequest
- 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.
342 343 344 |
# File 'sig/types.rbs', line 342 def certificate_based_auth_properties @certificate_based_auth_properties end |
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
339 340 341 |
# File 'sig/types.rbs', line 339 def directory_name @directory_name end |
#organizational_unit_distinguished_names ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_distinguished_names.
340 341 342 |
# File 'sig/types.rbs', line 340 def organizational_unit_distinguished_names @organizational_unit_distinguished_names end |
#service_account_credentials ⇒ Types::ServiceAccountCredentials
Returns the value of attribute service_account_credentials.
341 342 343 |
# File 'sig/types.rbs', line 341 def service_account_credentials @service_account_credentials end |