NAME
Paws::StorageGateway::TapeArchive
USAGE
This 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::StorageGateway::TapeArchive object:
$service_obj->Method(Att1 => { CompletionTime => $value, ..., TapeStatus => $value });
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
DESCRIPTION
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
ATTRIBUTES
CompletionTime => Str
The time that the archiving of the virtual tape was completed.
The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
RetrievedTo => Str
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape
is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
TapeARN => Str
The Amazon Resource Name (ARN) of an archived virtual tape.
TapeBarcode => Str
The barcode that identifies the archived virtual tape.
TapeSizeInBytes => Int
The size, in bytes, of the archived virtual tape.
TapeStatus => Str
The current state of the archived virtual tape.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::StorageGateway
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues