Class: Aws::Types::DomainJoinInfo
- Inherits:
-
Object
- Object
- Aws::Types::DomainJoinInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
-
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
Instance Attribute Details
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
990 991 992 |
# File 'sig/types.rbs', line 990 def directory_name @directory_name end |
#organizational_unit_distinguished_name ⇒ ::String
Returns the value of attribute organizational_unit_distinguished_name.
991 992 993 |
# File 'sig/types.rbs', line 991 def organizational_unit_distinguished_name @organizational_unit_distinguished_name end |