Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeActivations C# (CSharp) Method

DescribeActivations() public method

Details about the activation, including: the date and time the activation was created, the expiration date, the IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
/// An error occurred on the server side. /// /// The filter name is not valid. Verify the you entered the correct name and try again. /// /// The specified token is not valid. ///
public DescribeActivations ( DescribeActivationsRequest request ) : DescribeActivationsResponse
request Amazon.SimpleSystemsManagement.Model.DescribeActivationsRequest Container for the necessary parameters to execute the DescribeActivations service method.
return Amazon.SimpleSystemsManagement.Model.DescribeActivationsResponse
        public DescribeActivationsResponse DescribeActivations(DescribeActivationsRequest request)
        {
            var marshaller = new DescribeActivationsRequestMarshaller();
            var unmarshaller = DescribeActivationsResponseUnmarshaller.Instance;

            return Invoke<DescribeActivationsRequest,DescribeActivationsResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient