Table of Contents

Class CreateArchiveResponse

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

This is the response object from the CreateArchive operation.

public class CreateArchiveResponse : AmazonWebServiceResponse
Inheritance
CreateArchiveResponse

Constructors

CreateArchiveResponse()

public CreateArchiveResponse()

Properties

ArchiveArn

Gets and sets the property ArchiveArn.

The ARN of the archive that was created.

public string ArchiveArn { get; set; }

Property Value

string

CreationTime

Gets and sets the property CreationTime.

The time at which the archive was created.

public DateTime CreationTime { get; set; }

Property Value

DateTime

State

Gets and sets the property State.

The state of the archive that was created.

public ArchiveState State { get; set; }

Property Value

ArchiveState

StateReason

Gets and sets the property StateReason.

The reason that the archive is in the state.

public string StateReason { get; set; }

Property Value

string