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::SESv2::GetContactResponse; use Moose; has AttributesData => (is => 'ro', isa => 'Str'); has ContactListName => (is => 'ro', isa => 'Str'); has CreatedTimestamp => (is => 'ro', isa => 'Str'); has EmailAddress => (is => 'ro', isa => 'Str'); has LastUpdatedTimestamp => (is => 'ro', isa => 'Str'); has TopicDefaultPreferences => (is => 'ro', isa => 'ArrayRef[Paws::SESv2::TopicPreference]'); has TopicPreferences => (is => 'ro', isa => 'ArrayRef[Paws::SESv2::TopicPreference]'); has UnsubscribeAll => (is => 'ro', isa => 'Bool'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SESv2::GetContactResponse =head1 ATTRIBUTES =head2 AttributesData => Str The attribute data attached to a contact. =head2 ContactListName => Str The name of the contact list to which the contact belongs. =head2 CreatedTimestamp => Str A timestamp noting when the contact was created. =head2 EmailAddress => Str The contact's email addres. =head2 LastUpdatedTimestamp => Str A timestamp noting the last time the contact's information was updated. =head2 TopicDefaultPreferences => ArrayRef[L] The default topic preferences applied to the contact. =head2 TopicPreferences => ArrayRef[L] The contact's preference for being opted-in to or opted-out of a topic.E =head2 UnsubscribeAll => Bool A boolean value status noting if the contact is unsubscribed from all contact list topics. =head2 _request_id => Str =cut