Table of Contents

Class CreateApiDestinationResponse

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

This is the response object from the CreateApiDestination operation.

public class CreateApiDestinationResponse : AmazonWebServiceResponse
Inheritance
CreateApiDestinationResponse

Constructors

CreateApiDestinationResponse()

public CreateApiDestinationResponse()

Properties

ApiDestinationArn

Gets and sets the property ApiDestinationArn.

The ARN of the API destination that was created by the request.

public string ApiDestinationArn { get; set; }

Property Value

string

ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination that was created by the request.

public ApiDestinationState ApiDestinationState { get; set; }

Property Value

ApiDestinationState

CreationTime

Gets and sets the property CreationTime.

A time stamp indicating 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 indicating the time that the API destination was last modified.

public DateTime LastModifiedTime { get; set; }

Property Value

DateTime