Class: Aws::Types::DirectoryConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_based_auth_propertiesTypes::CertificateBasedAuthProperties

Returns the value of attribute certificate_based_auth_properties.



930
931
932
# File 'sig/types.rbs', line 930

def certificate_based_auth_properties
  @certificate_based_auth_properties
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


929
930
931
# File 'sig/types.rbs', line 929

def created_time
  @created_time
end

#directory_name::String

Returns the value of attribute directory_name.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def directory_name
  @directory_name
end

#organizational_unit_distinguished_names::Array[::String]

Returns the value of attribute organizational_unit_distinguished_names.

Returns:

  • (::Array[::String])


927
928
929
# File 'sig/types.rbs', line 927

def organizational_unit_distinguished_names
  @organizational_unit_distinguished_names
end

#service_account_credentialsTypes::ServiceAccountCredentials

Returns the value of attribute service_account_credentials.



928
929
930
# File 'sig/types.rbs', line 928

def 
  
end