Class PutRuleResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the PutRule operation.
public class PutRuleResponse : AmazonWebServiceResponse
- Inheritance
-
PutRuleResponse
Constructors
PutRuleResponse()
public PutRuleResponse()
Properties
RuleArn
Gets and sets the property RuleArn.
The Amazon Resource Name (ARN) of the rule.
public string RuleArn { get; set; }