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::DescribeWorkingStorageOutput; use Moose; has DiskIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has GatewayARN => (is => 'ro', isa => 'Str'); has WorkingStorageAllocatedInBytes => (is => 'ro', isa => 'Int'); has WorkingStorageUsedInBytes => (is => 'ro', isa => 'Int'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::StorageGateway::DescribeWorkingStorageOutput =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 WorkingStorageAllocatedInBytes => Int The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0. =head2 WorkingStorageUsedInBytes => Int The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0. =head2 _request_id => Str =cut 1;