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

DescribeInstancePatchStates() 공개 메소드

Retrieves the high-level patch state of one or more instances.
/// An error occurred on the server side. /// /// The specified token is not valid. ///
public DescribeInstancePatchStates ( DescribeInstancePatchStatesRequest request ) : DescribeInstancePatchStatesResponse
request Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesRequest Container for the necessary parameters to execute the DescribeInstancePatchStates service method.
리턴 Amazon.SimpleSystemsManagement.Model.DescribeInstancePatchStatesResponse
        public DescribeInstancePatchStatesResponse DescribeInstancePatchStates(DescribeInstancePatchStatesRequest request)
        {
            var marshaller = new DescribeInstancePatchStatesRequestMarshaller();
            var unmarshaller = DescribeInstancePatchStatesResponseUnmarshaller.Instance;

            return Invoke<DescribeInstancePatchStatesRequest,DescribeInstancePatchStatesResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient