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

Class: Aws::DirectoryService::Types::SharedDirectory

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

Overview

Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_date_timeTime

The date and time that the shared directory was created.

Returns:

  • (Time)

    The date and time that the shared directory was created.

#last_updated_date_timeTime

The date and time that the shared directory was last updated.

Returns:

  • (Time)

    The date and time that the shared directory was last updated.

#owner_account_idString

Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.

Returns:

  • (String)

    Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.

#owner_directory_idString

Identifier of the directory in the directory owner account.

Returns:

  • (String)

    Identifier of the directory in the directory owner account.

#share_methodString

The method used when sharing a directory to determine whether the directory should be shared within your AWS organization (ORGANIZATIONS) or with any AWS account by sending a shared directory request (HANDSHAKE).

Possible values:

  • ORGANIZATIONS
  • HANDSHAKE

Returns:

  • (String)

    The method used when sharing a directory to determine whether the directory should be shared within your AWS organization (ORGANIZATIONS) or with any AWS account by sending a shared directory request (HANDSHAKE).

#share_notesString

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

Returns:

  • (String)

    A directory share request that is sent by the directory owner to the directory consumer.

#share_statusString

Current directory status of the shared AWS Managed Microsoft AD directory.

Possible values:

  • Shared
  • PendingAcceptance
  • Rejected
  • Rejecting
  • RejectFailed
  • Sharing
  • ShareFailed
  • Deleted
  • Deleting

Returns:

  • (String)

    Current directory status of the shared AWS Managed Microsoft AD directory.

#shared_account_idString

Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId) in the directory owner account.

Returns:

  • (String)

    Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId) in the directory owner account.

#shared_directory_idString

Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.

Returns:

  • (String)

    Identifier of the shared directory in the directory consumer account.