paws.security.identity (version 0.5.0)

directoryservice_describe_directories: Obtains information about the directories that belong to this account

Description

Obtains information about the directories that belong to this account.

See https://www.paws-r-sdk.com/docs/directoryservice_describe_directories/ for full documentation.

Usage

directoryservice_describe_directories(
  DirectoryIds = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

DirectoryIds

A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned.

An empty list results in an InvalidParameterException being thrown.

NextToken

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

Limit

The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.