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

GetInventory() public method

Query inventory information.
/// 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. /// /// The specified inventory item result attribute is not valid. /// /// The parameter type name is not valid. ///
public GetInventory ( GetInventoryRequest request ) : GetInventoryResponse
request Amazon.SimpleSystemsManagement.Model.GetInventoryRequest Container for the necessary parameters to execute the GetInventory service method.
return Amazon.SimpleSystemsManagement.Model.GetInventoryResponse
        public GetInventoryResponse GetInventory(GetInventoryRequest request)
        {
            var marshaller = new GetInventoryRequestMarshaller();
            var unmarshaller = GetInventoryResponseUnmarshaller.Instance;

            return Invoke<GetInventoryRequest,GetInventoryResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient