Table of Contents

Class DescribeRuleRequest

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Container for the parameters to the DescribeRule operation. Describes the specified rule.

DescribeRule does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.

public class DescribeRuleRequest : AmazonEventBridgeRequest
Inheritance
DescribeRuleRequest

Constructors

DescribeRuleRequest()

public DescribeRuleRequest()

Properties

EventBusName

Gets and sets the property EventBusName.

The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

public string EventBusName { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name of the rule.

public string Name { get; set; }

Property Value

string