Class UpdateArchiveResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the UpdateArchive operation.
public class UpdateArchiveResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateArchiveResponse
Constructors
UpdateArchiveResponse()
public UpdateArchiveResponse()
Properties
ArchiveArn
Gets and sets the property ArchiveArn.
The ARN of the archive.
public string ArchiveArn { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
The time at which the archive was updated.
public DateTime CreationTime { get; set; }
Property Value
State
Gets and sets the property State.
The state of the archive.
public ArchiveState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the archive is in the current state.
public string StateReason { get; set; }