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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetAssociationId ( ) : bool
IsSetInstanceId ( ) : bool
IsSetName ( ) : bool

Method Details

DescribeAssociationRequest() public méthode

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

DescribeAssociationRequest() public méthode

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.
Résultat System