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

Class: Aws::DirectoryService::Types::DescribeDomainControllersRequest

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

Overview

Note:

When passing DescribeDomainControllersRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId", # required
  domain_controller_ids: ["DomainControllerId"],
  next_token: "NextToken",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

Identifier of the directory for which to retrieve the domain controller information.

Returns:

  • (String)

    Identifier of the directory for which to retrieve the domain controller information.

#domain_controller_idsArray<String>

A list of identifiers for the domain controllers whose information will be provided.

Returns:

  • (Array<String>)

    A list of identifiers for the domain controllers whose information will be provided.

#limitInteger

The maximum number of items to return.

Returns:

  • (Integer)

    The maximum number of items to return.

#next_tokenString

The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.

Returns: