C# Class Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest

Container for the parameters to the DescribeAssociation operation. Describes the associations for the specified SSM document or instance.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeAssociationRequest ( ) : System

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

DescribeAssociationRequest ( string instanceId, string name ) : System

Instantiates DescribeAssociationRequest with the parameterized properties

Private Methods

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

Method Details

DescribeAssociationRequest() public method

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

DescribeAssociationRequest() public method

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