![]() |
![]()
| ![]() |
![]()
NAMEPaws::DS::DirectoryDescription 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::DirectoryDescription object: $service_obj->Method(Att1 => { AccessUrl => $value, ..., VpcSettings => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DS::DirectoryDescription object: $result = $service_obj->Method(...); $result->Att1->AccessUrl DESCRIPTIONContains information about an AWS Directory Service directory. ATTRIBUTESAccessUrl => StrThe access URL for the directory, such as "http://<alias>.awsapps.com". If no alias has been created for the directory, "<alias>" is the directory identifier, such as "d-XXXXXXXXXX". Alias => StrThe alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as "d-XXXXXXXXXX". ConnectSettings => Paws::DS::DirectoryConnectSettingsDescriptionA DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory. Description => StrThe description for the directory. DesiredNumberOfDomainControllers => IntThe desired number of domain controllers in the directory if the directory is Microsoft AD. DirectoryId => StrThe directory identifier. DnsIpAddrs => ArrayRef[Str|Undef]The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in the on-premises directory to which the AD Connector is connected. Edition => StrThe edition associated with this directory. LaunchTime => StrSpecifies when the directory was created. Name => StrThe fully qualified name of the directory. OwnerDirectoryDescription => Paws::DS::OwnerDirectoryDescriptionDescribes the AWS Managed Microsoft AD directory in the directory owner account. RadiusSettings => Paws::DS::RadiusSettingsA RadiusSettings object that contains information about the RADIUS server configured for this directory. RadiusStatus => StrThe status of the RADIUS MFA server connection. RegionsInfo => Paws::DS::RegionsInfoLists the Regions where the directory has replicated. 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. ShortName => StrThe short name of the directory. Size => StrThe directory size. SsoEnabled => BoolIndicates if single sign-on is enabled for the directory. For more information, see EnableSso and DisableSso. Stage => StrThe current stage of the directory. StageLastUpdatedDateTime => StrThe date and time that the stage was last updated. StageReason => StrAdditional information about the directory stage. Type => StrThe directory size. VpcSettings => Paws::DS::DirectoryVpcSettingsDescriptionA DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed 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>
|