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::SDB::DomainMetadataResult; use Moose; has AttributeNameCount => (is => 'ro', isa => 'Int'); has AttributeNamesSizeBytes => (is => 'ro', isa => 'Int'); has AttributeValueCount => (is => 'ro', isa => 'Int'); has AttributeValuesSizeBytes => (is => 'ro', isa => 'Int'); has ItemCount => (is => 'ro', isa => 'Int'); has ItemNamesSizeBytes => (is => 'ro', isa => 'Int'); has Timestamp => (is => 'ro', isa => 'Int'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SDB::DomainMetadataResult =head1 ATTRIBUTES =head2 AttributeNameCount => Int The number of unique attribute names in the domain. =head2 AttributeNamesSizeBytes => Int The total size of all unique attribute names in the domain, in bytes. =head2 AttributeValueCount => Int The number of all attribute name/value pairs in the domain. =head2 AttributeValuesSizeBytes => Int The total size of all attribute values in the domain, in bytes. =head2 ItemCount => Int The number of all items in the domain. =head2 ItemNamesSizeBytes => Int The total size of all item names in the domain, in bytes. =head2 Timestamp => Int The data and time when metadata was calculated, in Epoch (UNIX) seconds. =head2 _request_id => Str =cut