Class: Aws::Types::CreateSvmActiveDirectoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateSvmActiveDirectoryConfiguration
- 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::SelfManagedActiveDirectoryConfiguration
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.
510 511 512 |
# File 'sig/types.rbs', line 510 def net_bios_name @net_bios_name end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfiguration
Returns the value of attribute self_managed_active_directory_configuration.
511 512 513 |
# File 'sig/types.rbs', line 511 def self_managed_active_directory_configuration @self_managed_active_directory_configuration end |