Class: Aws::Types::ActiveDirectorySettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_credentials_providerTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def domain_name
  @domain_name
end

#domain_network_settingsTypes::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