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 DescribeNodeAssociationStatus operation. Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OpsWorksCM.AmazonOpsWorksCMRequest
      Amazon.OpsWorksCM.Model.DescribeNodeAssociationStatusRequest

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

Syntax

C#
public class DescribeNodeAssociationStatusRequest : AmazonOpsWorksCMRequest
         IAmazonWebServiceRequest

The DescribeNodeAssociationStatusRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property NodeAssociationStatusToken System.String

Gets and sets the property NodeAssociationStatusToken.

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

Public Property ServerName System.String

Gets and sets the property ServerName.

The name of the server from which to disassociate the node.

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