Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListAssociations C# (CSharp) 메소드

ListAssociations() 공개 메소드

Lists the associations for the specified SSM document or instance.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public ListAssociations ( Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest request ) : ListAssociationsResponse
request Amazon.SimpleSystemsManagement.Model.ListAssociationsRequest Container for the necessary parameters to execute the ListAssociations service method.
리턴 Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse
        public ListAssociationsResponse ListAssociations(ListAssociationsRequest request)
        {
            var marshaller = new ListAssociationsRequestMarshaller();
            var unmarshaller = ListAssociationsResponseUnmarshaller.Instance;

            return Invoke<ListAssociationsRequest,ListAssociationsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient