NAME

Paws::DS::SharedDirectory

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::DS::SharedDirectory object:

$service_obj->Method(Att1 => { CreatedDateTime => $value, ..., ShareStatus => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::DS::SharedDirectory object:

$result = $service_obj->Method(...);
$result->Att1->CreatedDateTime

DESCRIPTION

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

ATTRIBUTES

CreatedDateTime => Str

The date and time that the shared directory was created.

LastUpdatedDateTime => Str

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

OwnerAccountId => Str

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

OwnerDirectoryId => Str

Identifier of the directory in the directory owner account.

SharedAccountId => Str

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

SharedDirectoryId => Str

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

ShareMethod => Str

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).

ShareNotes => Str

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.

ShareStatus => Str

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

SEE ALSO

This class forms part of Paws, describing an object used in Paws::DS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues