Table of Contents

Class UpdateApiDestinationResponse

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

This is the response object from the UpdateApiDestination operation.

public class UpdateApiDestinationResponse : AmazonWebServiceResponse
Inheritance
UpdateApiDestinationResponse

Constructors

UpdateApiDestinationResponse()

public UpdateApiDestinationResponse()

Properties

ApiDestinationArn

Gets and sets the property ApiDestinationArn.

The ARN of the API destination that was updated.

public string ApiDestinationArn { get; set; }

Property Value

string

ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination that was updated.

public ApiDestinationState ApiDestinationState { get; set; }

Property Value

ApiDestinationState

CreationTime

Gets and sets the property CreationTime.

A time stamp for the time that the API destination was created.

public DateTime CreationTime { get; set; }

Property Value

DateTime

LastModifiedTime

Gets and sets the property LastModifiedTime.

A time stamp for the time that the API destination was last modified.

public DateTime LastModifiedTime { get; set; }

Property Value

DateTime