![]() |
![]()
| ![]() |
![]()
NAMEPaws::DS::SharedDirectory USAGEThis 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 DESCRIPTIONDetails about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted. ATTRIBUTESCreatedDateTime => StrThe date and time that the shared directory was created. LastUpdatedDateTime => StrThe date and time that the shared directory was last updated. OwnerAccountId => StrIdentifier of the directory owner account, which contains the directory that has been shared to the consumer account. OwnerDirectoryId => StrIdentifier of the directory in the directory owner account. SharedAccountId => StrIdentifier of the directory consumer account that has access to the shared directory ("OwnerDirectoryId") in the directory owner account. SharedDirectoryId => StrIdentifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account. ShareMethod => StrThe 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 => StrA 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 => StrCurrent directory status of the shared AWS Managed Microsoft AD directory. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|