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 DescribeRule operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudWatchEvents.Model.DescribeRuleResponse

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

Syntax

C#
public class DescribeRuleResponse : AmazonWebServiceResponse

The DescribeRuleResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeRuleResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the rule.

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

Gets and sets the property CreatedBy.

The account ID of the user that created the rule. If you use PutRule to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy is the account ID as the account that created the rule in the other account.

Public Property Description System.String

Gets and sets the property Description.

The description of the rule.

Public Property EventBusName System.String

Gets and sets the property EventBusName.

The name of the event bus associated with the rule.

Public Property EventPattern System.String

Gets and sets the property EventPattern.

The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ManagedBy System.String

Gets and sets the property ManagedBy.

If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.

Public Property Name System.String

Gets and sets the property Name.

The name of the rule.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role associated with the rule.

Public Property ScheduleExpression System.String

Gets and sets the property ScheduleExpression.

The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".

Public Property State Amazon.CloudWatchEvents.RuleState

Gets and sets the property State.

Specifies whether the rule is enabled or disabled.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5