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::Datasync::DescribeTaskExecutionResponse; use Moose; has BytesTransferred => (is => 'ro', isa => 'Int'); has BytesWritten => (is => 'ro', isa => 'Int'); has EstimatedBytesToTransfer => (is => 'ro', isa => 'Int'); has EstimatedFilesToTransfer => (is => 'ro', isa => 'Int'); has Excludes => (is => 'ro', isa => 'ArrayRef[Paws::Datasync::FilterRule]'); has FilesTransferred => (is => 'ro', isa => 'Int'); has Includes => (is => 'ro', isa => 'ArrayRef[Paws::Datasync::FilterRule]'); has Options => (is => 'ro', isa => 'Paws::Datasync::Options'); has Result => (is => 'ro', isa => 'Paws::Datasync::TaskExecutionResultDetail'); has StartTime => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has TaskExecutionArn => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Datasync::DescribeTaskExecutionResponse =head1 ATTRIBUTES =head2 BytesTransferred => Int The physical number of bytes transferred over the network. =head2 BytesWritten => Int The number of logical bytes written to the destination AWS storage resource. =head2 EstimatedBytesToTransfer => Int The estimated physical number of bytes that is to be transferred over the network. =head2 EstimatedFilesToTransfer => Int The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase, before the TRANSFERRING phase. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred. =head2 Excludes => ArrayRef[L] A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: C<"/folder1|/folder2"> =head2 FilesTransferred => Int The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase. It's updated periodically when each file is read from the source and sent over the network. If failures occur during a transfer, this value can be less than C. This value can also be greater than C in some cases. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution. =head2 Includes => ArrayRef[L] A list of filter rules that determines which files to include when running a task. The list should contain a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example: C<"/folder1|/folder2"> =head2 Options => L =head2 Result => L The result of the task execution. =head2 StartTime => Str The time that the task execution was started. =head2 Status => Str The status of the task execution. For detailed information about task execution statuses, see Understanding Task Statuses in the I Valid values are: C<"QUEUED">, C<"LAUNCHING">, C<"PREPARING">, C<"TRANSFERRING">, C<"VERIFYING">, C<"SUCCESS">, C<"ERROR"> =head2 TaskExecutionArn => Str The Amazon Resource Name (ARN) of the task execution that was described. C is hierarchical and includes C for the task that was executed. For example, a C value with the ARN C executed the task with the ARN C. =head2 _request_id => Str =cut 1;