AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns a list of source account links that are linked to this monitoring account sink.

To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.

To find a list of links for one source account, use ListLinks.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListAttachedLinksAsync.

Namespace: Amazon.OAM
Assembly: AWSSDK.OAM.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListAttachedLinksResponse ListAttachedLinks(
         ListAttachedLinksRequest request
)

Parameters

request
Type: Amazon.OAM.Model.ListAttachedLinksRequest

Container for the necessary parameters to execute the ListAttachedLinks service method.

Return Value


The response from the ListAttachedLinks service method, as returned by OAM.

Exceptions

ExceptionCondition
InternalServiceException Unexpected error while processing the request. Retry the request.
InvalidParameterException A parameter is specified incorrectly.
MissingRequiredParameterException A required parameter is missing from the request.
ResourceNotFoundException The request references a resource that does not exist.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also