Class: Aws::Types::ActiveDirectorySettings
- Inherits:
-
Object
- Object
- Aws::Types::ActiveDirectorySettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_credentials_provider ⇒ Types::CredentialsProvider
Returns the value of attribute domain_credentials_provider.
-
#domain_ipv_4_list ⇒ ::Array[::String]
Returns the value of attribute domain_ipv_4_list.
-
#domain_ipv_6_list ⇒ ::Array[::String]
Returns the value of attribute domain_ipv_6_list.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_network_settings ⇒ Types::DomainNetworkSettings
Returns the value of attribute domain_network_settings.
Instance Attribute Details
#domain_credentials_provider ⇒ Types::CredentialsProvider
Returns the value of attribute domain_credentials_provider.
28 29 30 |
# File 'sig/types.rbs', line 28 def domain_credentials_provider @domain_credentials_provider end |
#domain_ipv_4_list ⇒ ::Array[::String]
Returns the value of attribute domain_ipv_4_list.
26 27 28 |
# File 'sig/types.rbs', line 26 def domain_ipv_4_list @domain_ipv_4_list end |
#domain_ipv_6_list ⇒ ::Array[::String]
Returns the value of attribute domain_ipv_6_list.
27 28 29 |
# File 'sig/types.rbs', line 27 def domain_ipv_6_list @domain_ipv_6_list end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def domain_name @domain_name end |
#domain_network_settings ⇒ Types::DomainNetworkSettings
Returns the value of attribute domain_network_settings.
29 30 31 |
# File 'sig/types.rbs', line 29 def domain_network_settings @domain_network_settings end |