Class DeleteConnectionResponse
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This is the response object from the DeleteConnection operation.
public class DeleteConnectionResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteConnectionResponse
Constructors
DeleteConnectionResponse()
public DeleteConnectionResponse()
Properties
ConnectionArn
Gets and sets the property ConnectionArn.
The ARN of the connection that was deleted.
public string ConnectionArn { get; set; }
Property Value
ConnectionState
Gets and sets the property ConnectionState.
The state of the connection before it was deleted.
public ConnectionState ConnectionState { get; set; }
Property Value
CreationTime
Gets and sets the property CreationTime.
A time stamp for the time that the connection was created.
public DateTime CreationTime { get; set; }
Property Value
LastAuthorizedTime
Gets and sets the property LastAuthorizedTime.
A time stamp for the time that the connection was last authorized before it wa deleted.
public DateTime LastAuthorizedTime { get; set; }
Property Value
LastModifiedTime
Gets and sets the property LastModifiedTime.
A time stamp for the time that the connection was last modified before it was deleted.
public DateTime LastModifiedTime { get; set; }