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::StorageGateway::TapeArchive; use Moose; has CompletionTime => (is => 'ro', isa => 'Str'); has KMSKey => (is => 'ro', isa => 'Str'); has PoolEntryDate => (is => 'ro', isa => 'Str'); has PoolId => (is => 'ro', isa => 'Str'); has RetentionStartDate => (is => 'ro', isa => 'Str'); has RetrievedTo => (is => 'ro', isa => 'Str'); has TapeARN => (is => 'ro', isa => 'Str'); has TapeBarcode => (is => 'ro', isa => 'Str'); has TapeCreatedDate => (is => 'ro', isa => 'Str'); has TapeSizeInBytes => (is => 'ro', isa => 'Int'); has TapeStatus => (is => 'ro', isa => 'Str'); has TapeUsedInBytes => (is => 'ro', isa => 'Int'); has Worm => (is => 'ro', isa => 'Bool'); 1; ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::TapeArchive =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::StorageGateway::TapeArchive object: $service_obj->Method(Att1 => { CompletionTime => $value, ..., Worm => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::StorageGateway::TapeArchive object: $result = $service_obj->Method(...); $result->Att1->CompletionTime =head1 DESCRIPTION Represents a virtual tape that is archived in the virtual tape shelf (VTS). =head1 ATTRIBUTES =head2 CompletionTime => Str The time that the archiving of the virtual tape was completed. The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format. =head2 KMSKey => Str =head2 PoolEntryDate => Str The time that the tape entered the custom tape pool. The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format. =head2 PoolId => Str The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool. Valid Values: C | C =head2 RetentionStartDate => Str If the archived tape is subject to tape retention lock, the date that the archived tape started being retained. =head2 RetrievedTo => Str The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to. The virtual tape is retrieved from the virtual tape shelf (VTS). =head2 TapeARN => Str The Amazon Resource Name (ARN) of an archived virtual tape. =head2 TapeBarcode => Str The barcode that identifies the archived virtual tape. =head2 TapeCreatedDate => Str The date the virtual tape was created. =head2 TapeSizeInBytes => Int The size, in bytes, of the archived virtual tape. =head2 TapeStatus => Str The current state of the archived virtual tape. =head2 TapeUsedInBytes => Int The size, in bytes, of data stored on the virtual tape. This value is not available for tapes created prior to May 13, 2015. =head2 Worm => Bool Set to C if the archived tape is stored as write-once-read-many (WORM). =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