class Aws::CodeStarNotifications::Types::DescribeNotificationRuleResult

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the notification rule.
@return [String]

@!attribute [rw] name

The name of the notification rule.
@return [String]

@!attribute [rw] event_types

A list of the event types associated with the notification rule.
@return [Array<Types::EventTypeSummary>]

@!attribute [rw] resource

The Amazon Resource Name (ARN) of the resource associated with the
notification rule.
@return [String]

@!attribute [rw] targets

A list of the SNS topics associated with the notification rule.
@return [Array<Types::TargetSummary>]

@!attribute [rw] detail_type

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.
@return [String]

@!attribute [rw] created_by

The name or email alias of the person who created the notification
rule.
@return [String]

@!attribute [rw] status

The status of the notification rule. Valid statuses are on (sending
notifications) or off (not sending notifications).
@return [String]

@!attribute [rw] created_timestamp

The date and time the notification rule was created, in timestamp
format.
@return [Time]

@!attribute [rw] last_modified_timestamp

The date and time the notification rule was most recently updated,
in timestamp format.
@return [Time]

@!attribute [rw] tags

The tags associated with the notification rule.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/DescribeNotificationRuleResult AWS API Documentation

Constants

SENSITIVE