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.

Container for the parameters to the DescribeAssociation operation. Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest

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

Syntax

C#
public class DescribeAssociationRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The DescribeAssociationRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeAssociationRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method DescribeAssociationRequest(string, string)

Instantiates DescribeAssociationRequest with the parameterized properties

Properties

NameTypeDescription
Public Property AssociationId System.String

Gets and sets the property AssociationId.

The association ID for which you want information.

Public Property AssociationVersion System.String

Gets and sets the property AssociationVersion.

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The managed node ID.

Public Property Name System.String

Gets and sets the property Name.

The name of the SSM document.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5