Class: Aws::Types::ActiveDirectoryConfig
- Inherits:
-
Object
- Object
- Aws::Types::ActiveDirectoryConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#service_account_secret_arn ⇒ ::String
Returns the value of attribute service_account_secret_arn.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
58 59 60 |
# File 'sig/types.rbs', line 58 def domain_name @domain_name end |
#service_account_secret_arn ⇒ ::String
Returns the value of attribute service_account_secret_arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def service_account_secret_arn @service_account_secret_arn end |