You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::Computer

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a computer account in a directory.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#computer_attributesArray<Types::Attribute>

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

Returns:

  • (Array<Types::Attribute>)

    An array of Attribute objects containing the LDAP attributes that belong to the computer account.

#computer_idString

The identifier of the computer.

Returns:

  • (String)

    The identifier of the computer.

#computer_nameString

The computer name.

Returns:

  • (String)

    The computer name.