Class: Aws::Types::UpdateSvmActiveDirectoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSvmActiveDirectoryConfiguration
- 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::SelfManagedActiveDirectoryConfigurationUpdates
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.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def net_bios_name @net_bios_name end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
Returns the value of attribute self_managed_active_directory_configuration.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def self_managed_active_directory_configuration @self_managed_active_directory_configuration end |