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
CreationTime
Gets and sets the property CreationTime.
The time at which the archive was created.
public DateTime CreationTime { get; set; }
Property Value
State
Gets and sets the property State.
The state of the archive that was created.
public ArchiveState State { get; set; }
Property Value
StateReason
Gets and sets the property StateReason.
The reason that the archive is in the state.
public string StateReason { get; set; }