Table of Contents

Class ListRuleNamesByTargetResponse

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

This is the response object from the ListRuleNamesByTarget operation.

public class ListRuleNamesByTargetResponse : AmazonWebServiceResponse
Inheritance
ListRuleNamesByTargetResponse

Constructors

ListRuleNamesByTargetResponse()

public ListRuleNamesByTargetResponse()

Properties

NextToken

Gets and sets the property NextToken.

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

public string NextToken { get; set; }

Property Value

string

RuleNames

Gets and sets the property RuleNames.

The names of the rules that can invoke the given target.

public List<string> RuleNames { get; set; }

Property Value

List<string>