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::CustomerProfiles::GetDomainResponse; use Moose; has CreatedAt => (is => 'ro', isa => 'Str', required => 1); has DeadLetterQueueUrl => (is => 'ro', isa => 'Str'); has DefaultEncryptionKey => (is => 'ro', isa => 'Str'); has DefaultExpirationDays => (is => 'ro', isa => 'Int'); has DomainName => (is => 'ro', isa => 'Str', required => 1); has LastUpdatedAt => (is => 'ro', isa => 'Str', required => 1); has Matching => (is => 'ro', isa => 'Paws::CustomerProfiles::MatchingResponse'); has Stats => (is => 'ro', isa => 'Paws::CustomerProfiles::DomainStats'); has Tags => (is => 'ro', isa => 'Paws::CustomerProfiles::TagMap'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CustomerProfiles::GetDomainResponse =head1 ATTRIBUTES =head2 B CreatedAt => Str The timestamp of when the domain was created. =head2 DeadLetterQueueUrl => Str The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications. =head2 DefaultEncryptionKey => Str The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified. It is used to encrypt all data before it is placed in permanent or semi-permanent storage. =head2 DefaultExpirationDays => Int The default number of days until the data within the domain expires. =head2 B DomainName => Str The unique name of the domain. =head2 B LastUpdatedAt => Str The timestamp of when the domain was most recently edited. =head2 Matching => L The process of matching duplicate profiles. This process runs every Saturday at 12AM. =head2 Stats => L Usage-specific statistics about the domain. =head2 Tags => L The tags used to organize, track, or control access for this resource. =head2 _request_id => Str =cut