DescribeDirectoriesRequest

Contains the inputs for the DescribeDirectories operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val limit: Int?

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String