class Aws::CloudDirectory::Types::ListDirectoriesRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      state: "ENABLED", # accepts ENABLED, DISABLED, DELETED
    }

@!attribute [rw] next_token

The pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of results to retrieve.
@return [Integer]

@!attribute [rw] state

The state of the directories in the list. Can be either Enabled,
Disabled, or Deleted.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListDirectoriesRequest AWS API Documentation

Constants

SENSITIVE