C# Class Amazon.SimpleSystemsManagement.Model.DeleteAssociationRequest

Container for the parameters to the DeleteAssociation operation. Disassociates the specified SSM document from the specified instance.

When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteAssociationRequest ( ) : System

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

DeleteAssociationRequest ( string instanceId, string name ) : System

Instantiates DeleteAssociationRequest with the parameterized properties

Private Methods

Method Description
IsSetAssociationId ( ) : bool
IsSetInstanceId ( ) : bool
IsSetName ( ) : bool

Method Details

DeleteAssociationRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteAssociationRequest ( ) : System
return System

DeleteAssociationRequest() public method

Instantiates DeleteAssociationRequest with the parameterized properties
public DeleteAssociationRequest ( string instanceId, string name ) : System
instanceId string The ID of the instance.
name string The name of the SSM document.
return System