AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeNotificationRule operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeStarNotifications.Model.DescribeNotificationRuleResponse

Namespace: Amazon.CodeStarNotifications.Model
Assembly: AWSSDK.CodeStarNotifications.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeNotificationRuleResponse : AmazonWebServiceResponse

The DescribeNotificationRuleResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the notification rule.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The name or email alias of the person who created the notification rule.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The date and time the notification rule was created, in timestamp format.

Public Property DetailType Amazon.CodeStarNotifications.DetailType

Gets and sets the property DetailType.

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 Amazon 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.

Public Property EventTypes System.Collections.Generic.List<Amazon.CodeStarNotifications.Model.EventTypeSummary>

Gets and sets the property EventTypes.

A list of the event types associated with the notification rule.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTimestamp System.DateTime

Gets and sets the property LastModifiedTimestamp.

The date and time the notification rule was most recently updated, in timestamp format.

Public Property Name System.String

Gets and sets the property Name.

The name of the notification rule.

Public Property Resource System.String

Gets and sets the property Resource.

The Amazon Resource Name (ARN) of the resource associated with the notification rule.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.CodeStarNotifications.NotificationRuleStatus

Gets and sets the property Status.

The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications).

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags associated with the notification rule.

Public Property Targets System.Collections.Generic.List<Amazon.CodeStarNotifications.Model.TargetSummary>

Gets and sets the property Targets.

A list of the Chatbot topics and Chatbot clients associated with the notification rule.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5