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::PinpointEmail::GetDeliverabilityDashboardOptionsResponse; use Moose; has AccountStatus => (is => 'ro', isa => 'Str'); has ActiveSubscribedDomains => (is => 'ro', isa => 'ArrayRef[Paws::PinpointEmail::DomainDeliverabilityTrackingOption]'); has DashboardEnabled => (is => 'ro', isa => 'Bool', required => 1); has PendingExpirationSubscribedDomains => (is => 'ro', isa => 'ArrayRef[Paws::PinpointEmail::DomainDeliverabilityTrackingOption]'); has SubscriptionExpiryDate => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::PinpointEmail::GetDeliverabilityDashboardOptionsResponse =head1 ATTRIBUTES =head2 AccountStatus => Str The current status of your Deliverability dashboard subscription. If this value is C, your subscription is scheduled to expire at the end of the current calendar month. Valid values are: C<"ACTIVE">, C<"PENDING_EXPIRATION">, C<"DISABLED"> =head2 ActiveSubscribedDomains => ArrayRef[L] An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isnEt scheduled to expire at the end of the current calendar month. =head2 B DashboardEnabled => Bool Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is C, the dashboard is enabled. =head2 PendingExpirationSubscribedDomains => ArrayRef[L] An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month. =head2 SubscriptionExpiryDate => Str The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isnEt due to expire at the end of the month. =head2 _request_id => Str =cut