Table of Contents

Class DeleteArchiveRequest

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

Container for the parameters to the DeleteArchive operation. Deletes the specified archive.

public class DeleteArchiveRequest : AmazonEventBridgeRequest
Inheritance
DeleteArchiveRequest

Constructors

DeleteArchiveRequest()

public DeleteArchiveRequest()

Properties

ArchiveName

Gets and sets the property ArchiveName.

The name of the archive to delete.

public string ArchiveName { get; set; }

Property Value

string