class Aws::NimbleStudio::Types::ActiveDirectoryComputerAttribute

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

@note When making an API call, you may pass ActiveDirectoryComputerAttribute

data as a hash:

    {
      name: "ActiveDirectoryComputerAttributeName",
      value: "ActiveDirectoryComputerAttributeValue",
    }

@!attribute [rw] name

The name for the LDAP attribute.
@return [String]

@!attribute [rw] value

The value for the LDAP attribute.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/ActiveDirectoryComputerAttribute AWS API Documentation

Constants

SENSITIVE