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::DescribeUploadBufferOutput; use Moose; has DiskIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has GatewayARN => (is => 'ro', isa => 'Str'); has UploadBufferAllocatedInBytes => (is => 'ro', isa => 'Int'); has UploadBufferUsedInBytes => (is => 'ro', isa => 'Int'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::DescribeUploadBufferOutput =head1 ATTRIBUTES =head2 DiskIds => ArrayRef[Str|Undef] An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty. =head2 GatewayARN => Str =head2 UploadBufferAllocatedInBytes => Int The total number of bytes allocated in the gateway's as upload buffer. =head2 UploadBufferUsedInBytes => Int The total number of bytes being used in the gateway's upload buffer. =head2 _request_id => Str =cut 1;