Class ListArchivesResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the ListArchives operation.
public class ListArchivesResponse : AmazonWebServiceResponse
- Inheritance
-
ListArchivesResponse
Constructors
ListArchivesResponse()
public ListArchivesResponse()
Properties
Archives
Gets and sets the property Archives.
An array of Archive
objects that include details about an archive.
public List<Archive> Archives { get; set; }
Property Value
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; }