Table of Contents

Class ListReplaysResponse

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

This is the response object from the ListReplays operation.

public class ListReplaysResponse : AmazonWebServiceResponse
Inheritance
ListReplaysResponse

Constructors

ListReplaysResponse()

public ListReplaysResponse()

Properties

NextToken

Gets and sets the property NextToken.

The token returned by a previous call to retrieve the next set of results.

public string NextToken { get; set; }

Property Value

string

Replays

Gets and sets the property Replays.

An array of Replay objects that contain information about the replay.

public List<Replay> Replays { get; set; }

Property Value

List<Replay>