Table of Contents

Class ListTargetsByRuleResponse

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

This is the response object from the ListTargetsByRule operation.

public class ListTargetsByRuleResponse : AmazonWebServiceResponse
Inheritance
ListTargetsByRuleResponse

Constructors

ListTargetsByRuleResponse()

public ListTargetsByRuleResponse()

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

Targets

Gets and sets the property Targets.

The targets assigned to the rule.

public List<Target> Targets { get; set; }

Property Value

List<Target>