Class: Aws::Types::SvmActiveDirectoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SvmActiveDirectoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#net_bios_name ⇒ ::String
Returns the value of attribute net_bios_name.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
Returns the value of attribute self_managed_active_directory_configuration.
Instance Attribute Details
#net_bios_name ⇒ ::String
Returns the value of attribute net_bios_name.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def net_bios_name @net_bios_name end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryAttributes
Returns the value of attribute self_managed_active_directory_configuration.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def self_managed_active_directory_configuration @self_managed_active_directory_configuration end |