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

Class: Aws::DirectoryService::Types::DescribeSharedDirectoriesRequest

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

Overview

Note:

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

{
  owner_directory_id: "DirectoryId", # required
  shared_directory_ids: ["DirectoryId"],
  next_token: "NextToken",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The number of shared directories to return in the response object.

Returns:

  • (Integer)

    The number of shared directories to return in the response object.

#next_tokenString

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

Returns:

#owner_directory_idString

Returns the identifier of the directory in the directory owner account.

Returns:

  • (String)

    Returns the identifier of the directory in the directory owner account.

#shared_directory_idsArray<String>

A list of identifiers of all shared directories in your account.

Returns:

  • (Array<String>)

    A list of identifiers of all shared directories in your account.