Class: Aws::Types::UpdateDirectoryConfigRequest

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.



1572
1573
1574
# File 'sig/types.rbs', line 1572

def certificate_based_auth_properties
  @certificate_based_auth_properties
end

#directory_name::String

Returns the value of attribute directory_name.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def directory_name
  @directory_name
end

#organizational_unit_distinguished_names::Array[::String]

Returns the value of attribute organizational_unit_distinguished_names.

Returns:

  • (::Array[::String])


1570
1571
1572
# File 'sig/types.rbs', line 1570

def organizational_unit_distinguished_names
  @organizational_unit_distinguished_names
end

#service_account_credentialsTypes::ServiceAccountCredentials

Returns the value of attribute service_account_credentials.



1571
1572
1573
# File 'sig/types.rbs', line 1571

def 
  
end