PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::WorkSpaces::WorkspaceDirectory; use Moose; has Alias => (is => 'ro', isa => 'Str'); has CustomerUserName => (is => 'ro', isa => 'Str'); has DirectoryId => (is => 'ro', isa => 'Str'); has DirectoryName => (is => 'ro', isa => 'Str'); has DirectoryType => (is => 'ro', isa => 'Str'); has DnsIpAddresses => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has IamRoleId => (is => 'ro', isa => 'Str'); has IpGroupIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'ipGroupIds', traits => ['NameInRequest']); has RegistrationCode => (is => 'ro', isa => 'Str'); has SelfservicePermissions => (is => 'ro', isa => 'Paws::WorkSpaces::SelfservicePermissions'); has State => (is => 'ro', isa => 'Str'); has SubnetIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Tenancy => (is => 'ro', isa => 'Str'); has WorkspaceAccessProperties => (is => 'ro', isa => 'Paws::WorkSpaces::WorkspaceAccessProperties'); has WorkspaceCreationProperties => (is => 'ro', isa => 'Paws::WorkSpaces::DefaultWorkspaceCreationProperties'); has WorkspaceSecurityGroupId => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::WorkSpaces::WorkspaceDirectory =head1 USAGE This class represents one of two things: =head3 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::WorkSpaces::WorkspaceDirectory object: $service_obj->Method(Att1 => { Alias => $value, ..., WorkspaceSecurityGroupId => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::WorkSpaces::WorkspaceDirectory object: $result = $service_obj->Method(...); $result->Att1->Alias =head1 DESCRIPTION Describes a directory that is used with Amazon WorkSpaces. =head1 ATTRIBUTES =head2 Alias => Str The directory alias. =head2 CustomerUserName => Str The user name for the service account. =head2 DirectoryId => Str The directory identifier. =head2 DirectoryName => Str The name of the directory. =head2 DirectoryType => Str The directory type. =head2 DnsIpAddresses => ArrayRef[Str|Undef] The IP addresses of the DNS servers for the directory. =head2 IamRoleId => Str The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf. =head2 IpGroupIds => ArrayRef[Str|Undef] The identifiers of the IP access control groups associated with the directory. =head2 RegistrationCode => Str The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory. =head2 SelfservicePermissions => L The default self-service permissions for WorkSpaces in the directory. =head2 State => Str The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the C state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories (https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaceDirectories.html). If the directory ID isn't returned, then the directory has been successfully deregistered. =head2 SubnetIds => ArrayRef[Str|Undef] The identifiers of the subnets used with the directory. =head2 Tenancy => Str Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to C. For more information, see Bring Your Own Windows Desktop Images (https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html). =head2 WorkspaceAccessProperties => L The devices and operating systems that users can use to access WorkSpaces. =head2 WorkspaceCreationProperties => L The default creation properties for all WorkSpaces in the directory. =head2 WorkspaceSecurityGroupId => Str The identifier of the security group that is assigned to new WorkSpaces. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut