Table of Contents

Class DescribeApiDestinationRequest

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

Container for the parameters to the DescribeApiDestination operation. Retrieves details about an API destination.

public class DescribeApiDestinationRequest : AmazonEventBridgeRequest
Inheritance
DescribeApiDestinationRequest

Constructors

DescribeApiDestinationRequest()

public DescribeApiDestinationRequest()

Properties

Name

Gets and sets the property Name.

The name of the API destination to retrieve.

public string Name { get; set; }

Property Value

string