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` package Paws::StorageGateway::JoinDomainOutput; use Moose; has ActiveDirectoryStatus => (is => 'ro', isa => 'Str'); has GatewayARN => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::JoinDomainOutput =head1 ATTRIBUTES =head2 ActiveDirectoryStatus => Str Indicates the status of the gateway as a member of the Active Directory domain. =over =item * C: Indicates that the C operation failed due to an authentication error. =item * C: Indicates that gateway is not joined to a domain. =item * C: Indicates that the gateway has successfully joined a domain. =item * C: Indicates that a C operation is in progress. =item * C: Indicates that C operation failed due to a network or connectivity error. =item * C: Indicates that the C operation failed because the operation didn't complete within the allotted time. =item * C: Indicates that the C operation failed due to another type of error. =back Valid values are: C<"ACCESS_DENIED">, C<"DETACHED">, C<"JOINED">, C<"JOINING">, C<"NETWORK_ERROR">, C<"TIMEOUT">, C<"UNKNOWN_ERROR"> =head2 GatewayARN => Str The unique Amazon Resource Name (ARN) of the gateway that joined the domain. =head2 _request_id => Str =cut 1;