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::CodeStarNotifications::DescribeNotificationRuleResult; use Moose; has Arn => (is => 'ro', isa => 'Str', required => 1); has CreatedBy => (is => 'ro', isa => 'Str'); has CreatedTimestamp => (is => 'ro', isa => 'Str'); has DetailType => (is => 'ro', isa => 'Str'); has EventTypes => (is => 'ro', isa => 'ArrayRef[Paws::CodeStarNotifications::EventTypeSummary]'); has LastModifiedTimestamp => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has Resource => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'Paws::CodeStarNotifications::Tags'); has Targets => (is => 'ro', isa => 'ArrayRef[Paws::CodeStarNotifications::TargetSummary]'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeStarNotifications::DescribeNotificationRuleResult =head1 ATTRIBUTES =head2 B Arn => Str The Amazon Resource Name (ARN) of the notification rule. =head2 CreatedBy => Str The name or email alias of the person who created the notification rule. =head2 CreatedTimestamp => Str The date and time the notification rule was created, in timestamp format. =head2 DetailType => Str The level of detail included in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created. Valid values are: C<"BASIC">, C<"FULL"> =head2 EventTypes => ArrayRef[L] A list of the event types associated with the notification rule. =head2 LastModifiedTimestamp => Str The date and time the notification rule was most recently updated, in timestamp format. =head2 Name => Str The name of the notification rule. =head2 Resource => Str The Amazon Resource Name (ARN) of the resource associated with the notification rule. =head2 Status => Str The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications). Valid values are: C<"ENABLED">, C<"DISABLED"> =head2 Tags => L The tags associated with the notification rule. =head2 Targets => ArrayRef[L] A list of the SNS topics associated with the notification rule. =head2 _request_id => Str =cut